SE_instance_free_version_locks

Frees memory allocated for a list of instance version locks.

Usage syntax

void SE_instance_free_version_locks (SE_INSTANCE_VERSION_LOCK *lock_list, LONG lock_count);

Parameters
lock_list Pointer to an array of SE_INSTANCE_VERSION_LOCK structures
lock_count The number of SE_INSTANCE_VERSION_LOCK structures
Description

A helper function to free locks allocated by SE_instance_get_version_locks.