Constructs the union of token sets A and B, puts it in token set C.
Assumes that token sets A and B have the same underlying type.
SE_TRUE - otherwise
| extern SE_BOOLEAN | ||||
| SE_TokenSetUnion | ||||
| ( | ||||
| 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 sets A, B, and C. A and B must have the same underlying type.
pointer to a token set to union
pointer to a token set to union
pointer to resulting union token set