Removes token set B from token set A (set difference operation),
places the result in token set C.
Assumes that token sets A and B have the same underlying type.
SE_TRUE otherwise
| extern SE_BOOLEAN | ||||
| SE_TokenSetDifference | ||||
| ( | ||||
| SE_DRM_TYPE_ENUM | drm_type, | (notes) | ||
| const | SE_TOKEN_SET | * | set_a_ptr, | (notes) |
| const | SE_TOKEN_SET | * | set_b_ptr, | (notes) |
| SE_TOKEN_SET | * | set_c_ptr | (notes) | |
| ); | ||||
the underlying type of token sets A, B, C. A and
B must have the same underlying type.
pointer to a Token Set, the set from which tokens are being removed
pointer to a Token Set, the set of tokens to remove
pointer to a Token Set, the set difference between A and B.