SE_connection_get_instance_versionlocks

Obtains a list of version lock information

Usage syntax

LONG SE_connection_get_instance_versionlocks (SE_CONNECTION handle, SE_INSTANCE_VERSION_LOCK **lock_list_addr, LONG *lock_count_addr);

Parameters
handle SDE server connection handle
lock_list_addr The pointer to the pointer variable to receive the address of the array of version lock structures
lock_count_addr The pointer to the LONG variable to receive the version lock count
Description

This function returns a pointer to a list of all the version locks allocated by the instance. When no longer required, the list should be freed using SE_instance_free_version_locks().

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_IOMGR_NOT_AVAILABLE

SE_NET_FAILURE

SE_OUT_OF_CLMEM

SE_OUT_OF_SVMEM

SE_SERVICE_NOT_FOUND