/*
 * STRUCT: SE_STATE_ENTRY
 *
 *   An array of these make up the SE_STATE_SELECT_PARAMETERS data structure.
 */
typedef struct
{
EDCS_AC_ID state_tag; (notes)
SE_BASE_STATE_DATA_FIELDS state_data; (notes)
} SE_STATE_ENTRY;


Field Notes

state_tag

 Specifies which state tag to match.

state_data

 Specifies the range of values to match for this state tag.
Prev: SE_STATE_DEFAULT_BEHAVIOR_ENUM. Next: SE_STATE_PARAMETERS. Up:Index