Function Name: Token Set Definition

Definition

Given a class' token, returns the SE_DRM_TYPE_ENUM for the underlying type of the class' token set (if the class has a token set).

Returns

SE_NULL_DRM_TYPE if drm_class is out of range, or the given field is not an SE_TOKEN_SET field for that class

SE_xxx_DRM_TYPE corresponding to the type underlying the given field, otherwise

Prototype


extern SE_DRM_TYPE_ENUM
SE_TokenSetDefinition
(
SE_TOKEN_ENUM drm_class, (notes)
constchar *field_name (notes)
);

Parameters Notes

drm_class

 index into meta-data for the class being examined

field_name

 name of the field within the class

Prev: Test Inclusion In Set. Next: Token Set Difference. Up:Index.