Tests whether an object of class 'drm_class_a' can be a component of an
object of class 'drm_class_b' via a bidirectional composition.
SE_FALSE - otherwise.
| extern SE_BOOLEAN | |||
| SE_GeneralIsLegalAggregate | |||
| ( | |||
| SE_PINT16 | major_drm_version, | (notes) | |
| SE_UINT8 | minor_drm_version, | (notes) | |
| SE_PINT16 | drm_class_a, | (notes) | |
| SE_PINT16 | drm_class_b | (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 DRM class A, the candidate component class.
represents a DRM class B, the candidate aggregate class.