/* * STRUCT: SE_CLASSIFICATION_ENTRY * * Used within SE_CLASSIFICATION_PARAMETERS to represent * <Base Classification Data> entries. */
| typedef | struct | |
| { | ||
| SE_BOOLEAN | is_elaborated; | |
| union | ||
| { | ||
| SE_ELABORATED_CLASSIFICATION_ENTRY | elaborated; | |
| SE_BASE_CLASSIFICATION_DATA_FIELDS | plain; | |
| } u; |