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