SE_loginfo_free_list

Frees a list of SE_LOGINFO objects

Usage syntax

void SE_loginfo_free_list (SE_LOGINFO *loginfo_list, LONG count);

Parameters
loginfo_list A pointer to the list of SE_LOGINFO handles
count The number of SE_LOGINFO objects in the list
Description

SE_loginfo_free_list frees a list of SE_LOGINFO objects.

Returns

None