Tests whether the given Token is in the given 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
| extern SE_BOOLEAN | ||||
| SE_TestInclusionInSet | ||||
| ( | ||||
| const | SE_TOKEN_SET | * | token_set_ptr, | (notes) |
| SE_DRM_TYPE_ENUM | drm_type, | (notes) | ||
| SE_INT32 | value | (notes) | ||
| ); | ||||
a pointer to the Token Set to be tested
identifies the type from which the Token is obtained
the Token (cast to an SE_INT32) to be tested for inclusion