SE_instance_get_variables |
Returns a list of I/O manager environment variables.
LONG SE_instance_get_variables (const CHAR *server, const CHAR *instance, CHAR ***variables, LONG *var_count_addr);
server | The server name |
instance | The ArcSDE instance name |
variables | Pointer to an array of environment variables |
var_count_addr | The number of variables returned |
SE_instance_get_variables returns a pointer to a list of the I/O managers environment variables. The variables are in the form '<variable>=<value>'. The application should free the list when it is done by calling SE_instance_free_variables.
SE_SUCCESS
SE_FAILURE
SE_INSTANCE_NOT_AVAILABLE
SE_INVALID_POINTER
SE_IOMGR_NOT_AVAILABLE
SE_NET_FAILURE
SE_OUT_OF_CLMEM
SE_OUT_OF_SVMEM
SE_SERVICE_NOT_FOUND