The SEDRIS Data Representation Model
APPENDIX D - Functions SE RemoveTokenFromSet |
---|
extern SE_DRM_Status_Code | |||
SE_RemoveTokenFromSet | |||
( | |||
SE_DRM_Type | drm_type, | (notes) | |
SE_Token_Set | * | token_set_ptr, | (notes) |
SE_Integer | value | (notes) | |
); |
Removes the given Token from the given Token Set.
SE_DRM_STAT_CODE_SUCCESS | and value is removed from *token_set_ptr, if valid parameters were passed in. |
SE_DRM_STAT_CODE_NULL_REQUIRED_PARAMETER | and no changes are made, if token_set_ptr was NULL. |
SE_DRM_STAT_CODE_FAILURE | and no changes are made, if drm_type was invalid or value was not in *token_set_ptr. |
a pointer to the Token Set to be modified
identifies the type from which the Token is obtained
the Token (cast to an SE_Integer) to be removed
Prev: SE_RGBtoYIQ.
Next: SE_SetErrorFilePtr.
Up:Index.
|