SE_objectlockinfo_create

Creates a object lock definition

Usage syntax

LONG SE_objectlockinfo_create (SE_OBJECTLOCKINFO *objectlock);

Parameters
objectlock A pointer to a SE_OBJECTLOCKINFO structure
Description

SE_objectlockinfo_create allocates and initializes an SE_OBJECTLOCKINFO structure which contains information about an object lock.

You must call this function to create a valid SE_OBJECTLOCKINFO object before using any other function that requires an SE_OBJECTLOCKINFO pointer.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_OUT_OF_CLMEM

SE_SDE_NOT_STARTED