/*
* STRUCT: SE_ENUM_STRUCTURE
*
* Used to provide meta-data (the string name and numerical value of) an
* enumerator within an enumerated type.
*
* When a typedef is an enumerated type, an array of SE_ENUM_STRUCTURE is
* defined, giving the name and value of each enumerator in the type.
*
* See the SE_GetDRMTypeStructure() function for details on how to
* access the information of a type (such as the names and values
* within an enumerated type).
*/
} SE_ENUM_STRUCTURE;
Field Notes
name of enumerator
value of enumerator
Prev: SE_DRM_TYPE_STRUCTURE.
Next: SE_FEATURE_TOPOLOGY_LEVEL_ENUM.
Up:Index