|
The SEDRIS Data Representation Model
APPENDIX D - Functions SE ClearTokenSet |
|---|
| extern SE_DRM_Status_Code | |||
| SE_ClearTokenSet | |||
| ( | |||
| SE_Token_Set | * | token_set_ptr, | (notes) |
| SE_DRM_Type | drm_type | (notes) | |
| ); | |||
Removes all Tokens from the given Token Set.
| SE_DRM_STAT_CODE_SUCCESS | and the Token Set is cleared, if valid parameters were passed in. |
| SE_DRM_STAT_CODE_NULL_REQUIRED_PARAMETER | and no changes are made, if token_set_ptr is NULL. |
| SE_DRM_STAT_CODE_FAILURE | and no changes are made, if drm_type is invalid. |
a pointer to the Token Set to be cleared
underlying type of the Token Set
Prev: SE_CleanPrintPropertyDataValue.
Next: SE_CloneFields.
Up:Index.
|