Returns the classification of the type designated by 'drm_type'.
SE_ENUM_TYPE - if valid parameters were passed in and the type is an enumerated type
SE_STRUCT_TYPE - if valid parameters were passed in and the type is a struct type
SE_INVALID_TYPE - otherwise.
| extern SE_TYPE_CLASSIFICATION_ENUM | |||
| SE_GeneralGetTypeClassification | |||
| ( | |||
| SE_PINT16 | major_drm_version, | (notes) | |
| SE_UINT8 | minor_drm_version, | (notes) | |
| SE_PINT16 | drm_type | (notes) | |
| ); | |||
major DRM version number of the DRM version for which this function is being called
minor DRM version number of the DRM version for which this function is being called
represents a SEDRIS type, available for use by the DRM.