Function Name: General Type Count

Definition

Returns the count of SEDRIS 'typedefs' that are listed by the SE_DRM_TYPE_ENUM enumeration and have their meta-data available for inspection through SE_GetDRMTypeStructure(). The meta-data available includes: the number and values and names of values for an enumerated type, the number and types and names of fields for a struct, ...

Returns

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

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

Prototype


extern SE_DRM_STATUS_CODE_ENUM
SE_GeneralTypeCount
(
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: General Type Basic Type. Next: General Type Name. Up:Index.