SE_instance_free_users |
Frees memory allocated for a list of instance users.
void SE_instance_free_users (SE_INSTANCE_USER *user_list, LONG user_count);
user_list | Pointer to an array of SE_INSTANCE_USER structures |
user_count | The number of SE_INSTANCE_USER structures |
This function is a helper function to free users allocated by SE_instance_get_users.