SE_loginfo_free_list |
Frees a list of SE_LOGINFO objects
void SE_loginfo_free_list (SE_LOGINFO *loginfo_list, LONG count);
loginfo_list | A pointer to the list of SE_LOGINFO handles |
count | The number of SE_LOGINFO objects in the list |
SE_loginfo_free_list frees a list of SE_LOGINFO objects.
None