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