SE_instance_get_instance_list

Returns a list of instances.

Usage syntax

LONG SE_instance_get_instance_list(const CHAR *server, const CHAR *instance, SE_INSTANCEINFO **instance_list, LONG *instance_count);

Parameters
server The server name
instance The ArcSDE instance name
instance_list pointer to an array of returned SE_INSTANCEINFO structures
instance_count The number of SE_INSTANCEINFO structures returned
Description

This function returns an array of SE_INSTANCEINFO structures. The application should free the list when it is done by calling SE_instance_free_instance_list().

Returns

SE_SUCCESS
SE_FAILURE

SE_INSTANCE_NOT_AVAILABLE

SE_INSTANCE_TOO_EARLY

SE_INVALID_POINTER

SE_IOMGR_NOT_AVAILABLE

SE_NET_FAILURE

SE_OUT_OF_CLMEM

SE_OUT_OF_SVMEM

SE_SERVICE_NOT_FOUND