SE_connection_get_instance_name |
Returns the instance of the connection.
LONG SE_connection_get_instance_name (SE_CONNECTION connection, CHAR *instance_name);
connection | The connection handle |
instance_name | The instance name |
SE_connection_get_instance_name returns the name of the instance for the specified connection. Allocate at least SE_MAX_INSTANCE_LEN bytes to the instance_name argument.
SE_SUCCESS
SE_CONNECTION_LOCKED
SE_INVALID_CONNECTION
SE_INVALID_POINTER
SE_NET_FAILURE
SE_SDE_NOT_STARTED