SE_connection_get_instance_status

Gets the instance's status.

Usage syntax

LONG SE_connection_get_instance_status (SE_CONNECTION handle, SE_INSTANCE_STATUS *status);

Parameters
handle SDE server connection handle
status The instance's configuration information
Description

This function obtains the instance's status information in an SE_INSTANCE_STATUS structure. The system_mode member of the SE_INSTANCE_STATUS structure will be one of the following values (defined in the sdetype.h file that installs with the ArcSDE software developer kit).

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_IOMGR_NOT_AVAILABLE

SE_NET_FAILURE

SE_OUT_OF_CLMEM

SE_SERVICE_NOT_FOUND