SE_objectlockinfo_free |
Releases memory allocated for an SE_OBJECTLOCKINFO structure
void SE_objectlockinfo_free (SE_OBJECTLOCKINFO objectlock);
objectlock | The pointer to a state structure |
SE_objectlockinfo_free frees the memory allocated for an SE_OBJECTLOCKINFO structure returned by SE_objectlockinfo_create.
None