Function Name: General Is Link Class

Definition

Tests whether 'drm_class' represents a link class.

Returns

SE_TRUE - if valid parameters were passed in, and drm_class represents a valid link class for the specified DRM version.

SE_FALSE - otherwise.

Prototype


extern SE_BOOLEAN
SE_GeneralIsLinkClass
(
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 Is Legal Component. Next: General Legal Aggregates Count. Up:Index.