Function Name: General Is Abstract Class

Definition

Tests whether drm_class represents an abstract class.

Returns

SE_TRUE - if valid parameters were passed in and drm_class corresponds to an abstract DRM class for the specified DRM version.

SE_FALSE - otherwise

Prototype


extern SE_BOOLEAN
SE_GeneralIsAbstractClass
(
SE_PINT16 major_drm_version, (notes)
SE_UINT8 minor_drm_version, (notes)
SE_PINT16 drm_class (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_class

 represents a SEDRIS DRM class.

Prev: General Get Type Classification. Next: General Is Legal Aggregate. Up:Index.