Function Name: Remove Token From Set

Definition

Removes the given Token from the given Token Set.

Returns

SE_TRUE - if the Token was successfully removed from the Token Set

SE_FALSE - if the Token could not be removed, because the pointer to the Token Set was NULL, or because there was no Token with the given value in the given Token Set

Prototype


extern SE_BOOLEAN
SE_RemoveTokenFromSet
(
SE_DRM_TYPE_ENUM drm_type, (notes)
SE_TOKEN_SET *token_set_ptr, (notes)
SE_INT32 value (notes)
);

Parameters Notes

drm_type

 a pointer to the Token Set to be modified

token_set_ptr

 identifies the type from which the Token is obtained

value

 the Token (cast to an SE_INT32) to be removed

Prev: Print Union Type. Next: Set Fields To Default. Up:Index.