Function Name: General Class Count

Definition

Returns the count of SEDRIS classes that are listed by the SE_TOKEN_ENUM enumeration and have their meta-data available for inspection through SE_GetClassStructure(). The meta-data available includes: the number and types and names of fields, the name of a class, the name of its token,...

Returns

0 - if the specified version of the DRM is not supported

count of classes for the specified version of the DRM, otherwise

Prototype


extern SE_DRM_STATUS_CODE_ENUM
SE_GeneralClassCount
(
SE_PINT16 major_drm_version, (notes)
SE_UINT8 minor_drm_version (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

Prev: Func Sub. Next: General Class Name To Token. Up:Index.