Function Name: Test Inclusion In Set

Definition

Tests whether the given Token is in the given Token Set.

Returns

SE_TRUE - if the Token is a member of the Token Set

SE_FALSE - if the Token is not a member of the Token Set, or if the Token Set pointer was NULL, or if the value was not a valid value for a Token

Prototype


extern SE_BOOLEAN
SE_TestInclusionInSet
(
constSE_TOKEN_SET *token_set_ptr, (notes)
SE_DRM_TYPE_ENUM drm_type, (notes)
SE_INT32 value (notes)
);

Parameters Notes

token_set_ptr

 a pointer to the Token Set to be tested

drm_type

 identifies the type from which the Token is obtained

value

 the Token (cast to an SE_INT32) to be tested for inclusion

Prev: Table Value Size. Next: Token Set Definition. Up:Index.