SE_state_free_info_list

Releases memory allocated for a list of state structures

Usage syntax

void SE_state_free_info_list (LONG count, SE_STATEINFO *state_list);

Parameters
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
Description

SE_state_free_info_list frees the memory allocated for the list of state structures returned by SE_state_get_info_list.

Returns

None