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