SE_instance_free_instance_list

Frees memory allocated for a list of instances.

Usage syntax

void SE_instance_free_instance_list (LONG instance_count, SE_INSTANCEINFO *instance_list);

Parameters
instance_count The number of SE_INSTANCEINFO structures
instance_list Pointer to an array of SE_INSTANCEINFO structures
Description

A helper function to free locks allocated by SE_instance_get_instance_list().