Function Name: General Is Legal Component

Definition

Tests whether an object of class 'drm_class_a' can be a component of an object of class 'drm_class_b'.

Returns

SE_TRUE - if an object of class 'drm_class_a' can legally be a component of an object of class 'drm_class_b'.

SE_FALSE - otherwise.

Prototype


extern SE_BOOLEAN
SE_GeneralIsLegalComponent
(
SE_PINT16 major_drm_version, (notes)
SE_UINT8 minor_drm_version, (notes)
SE_PINT16 drm_class_a, (notes)
SE_PINT16 drm_class_b (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_a

 represents a DRM class A.

drm_class_b

 represents a DRM class B, the candidate component class.

Prev: General Is Legal Associate. Next: General Is Link Class. Up:Index.