Tests whether an object of class 'drm_class_a' can be associated to an
object of class 'drm_class_b'.
SE_FALSE - otherwise.
| extern SE_BOOLEAN | |||
| SE_GeneralIsLegalAssociate | |||
| ( | |||
| 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 associate class on the 'from' end of the association.
represents a DRM class A, the candidate associate class on the 'to' end of the association.