Function Name: General Get Type Classification

Definition

Returns the classification of the type designated by 'drm_type'.

Returns

SE_BASIC_TYPE - if valid parameters were passed in and the type is a basic 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.

Prototype


extern SE_TYPE_CLASSIFICATION_ENUM
SE_GeneralGetTypeClassification
(
SE_PINT16 major_drm_version, (notes)
SE_UINT8 minor_drm_version, (notes)
SE_PINT16 drm_type (notes)
);

Parameters Notes

major_drm_version

 major DRM version number of the DRM version for
 which this function is being called

minor_drm_version

 minor DRM version number of the DRM version for
 which this function is being called

drm_type

 represents a SEDRIS type, available for use by the DRM.

Prev: General Get DRM Type Structure. Next: General Is Abstract Class. Up:Index.