Function Name: Token Set Empty

Definition

Checks whether the given Token Set is empty.

Returns

SE_TRUE - if the Token Set pointer is NULL or the Token Set is empty

SE_FALSE - otherwise

Prototype


extern SE_BOOLEAN
SE_TokenSetEmpty
(
constSE_TOKEN_SET *token_set_ptr, (notes)
SE_DRM_TYPE_ENUM drm_type (notes)
);

Parameters Notes

token_set_ptr

 pointer to the Token Set to check

drm_type

 underlying type of the Token Set

Prev: Token Set Difference. Next: Token Set Union. Up:Index.