SE_objectlock_free_list |
Releases memory allocated for a list of object lock structures
void SE_objectlock_free_list (LONG lock_count, SE_OBJECTLOCKINFO *lock_list);
lock_count | The number of object locks in the list |
lock_list | Address of an SE_OBJECTLOCKINFO pointer set to a dynamically allocated space containing an array of SE_OBJECTLOCKINFO structures |
SE_objectlock_free_list frees the memory allocated for the list of object lock structures returned by SE_objectlock_get_list.
None