The SEDRIS Data Representation Model
APPENDIX D - Functions SE GeneralTypeCount |
---|
extern SE_DRM_Status_Code | |||
SE_GeneralTypeCount | |||
( | |||
SE_Short_Integer_Positive | major_drm_version, | (notes) | |
SE_Byte_Unsigned | minor_drm_version | (notes) | |
); |
Returns the count of SEDRIS 'typedefs' that are listed by the SE_DRM_Type enumeration and have their meta-data available for inspection through SE_GeneralGetDRMTypeStructure(). 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, ...
count of types for the specified version of the DRM | if a valid, supported version is specified |
0 | if the specified version of the DRM is not supported |
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
Prev: SE_GeneralTypeBasicType.
Next: SE_GeneralTypeName.
Up:Index.
|