SE_state_free_info_list |
Releases memory allocated for a list of state structures
void SE_state_free_info_list (LONG count, SE_STATEINFO *state_list);
count | The number of states in the list |
state_list | Address of an SE_STATEINFO pointer set to a dynamically allocated space which contains an array of SE_STATEINFO structures |
SE_state_free_info_list frees the memory allocated for the list of state structures returned by SE_state_get_info_list.
None