| SE_version_free_info_list |
Releases memory allocated for a list of version structures.
void SE_version_free_info_list (LONG count, SE_VERSIONINFO *version_list);
| count | The number of versions in the list |
| version_list | Address of an SE_VERSIONINFO pointer set to a dynamically allocated space which contains an array of SE_VERSIONINFO structures |
SE_version_free_info_list frees the memory allocated for the list of version structures returned by SE_version_get_info_list.