Function Name: General Type Name

Definition

Returns the name of the type designated by 'drm_type', in mixed-case. The user has the responsibility of casting the name to upper-case if that is desired.

Returns

ents an inheritable attribute component class.

Prototype


extern const char *
SE_GeneralTypeName
(
SE_PINT16 major_drm_version, (notes)
SE_UINT8 minor_drm_version, (notes)
SE_PINT16 drm_type (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

drm_type

 represents a SEDRIS type, available for use by the DRM.

Prev: General Type Count. Next: Generalith Enumerator In Type. Up:Index.