Function Name: Clear Token Set

Definition

Removes all Tokens from the given Token Set.

Returns

SE_TRUE - if the Token Set was successfully cleared

SE_FALSE - if the Token Set pointer was NULL

Prototype


extern SE_BOOLEAN
SE_ClearTokenSet
(
SE_TOKEN_SET *token_set_ptr, (notes)
SE_DRM_TYPE_ENUM drm_type (notes)
);

Parameters Notes

token_set_ptr

 a pointer to the Token Set to be cleared

drm_type

 underlying type of the Token Set

Prev: Add Token To Set. Next: Clone Fields. Up:Index.