SE_instance_free_users

Frees memory allocated for a list of instance users.

Usage syntax

void SE_instance_free_users (SE_INSTANCE_USER *user_list, LONG user_count);

Parameters
user_list Pointer to an array of SE_INSTANCE_USER structures
user_count The number of SE_INSTANCE_USER structures
Description

This function is a helper function to free users allocated by SE_instance_get_users.