SE_instance_free_table_locks |
Frees memory allocated for a list of instance table locks.
void SE_instance_free_table_locks (SE_INSTANCE_TABLE_LOCK *lock_list, LONG lock_count);
lock_list | Pointer to an array of SE_INSTANCE_TABLE_LOCK structures |
lock_count | The number of SE_INSTANCE_TABLE_LOCK structures |
A helper function to free locks allocated by SE_instance_get_table_locks.