SEDRIS API Data Types
SE_FIELDS is a Tagged Union
- Contains all field information for every DRM object.
- Tag of type SE_TOKEN_ENUM specifies the DRM class of the object.
- The tag is used to select the correct union member to access.
- Example for <Transmittal Root>.
- fields.tag = SE_TRANSMITTAL_ROOT_TOKEN
- fields.u.Transmittal_Root
SE_STRING
- string_value store the array of characters.
- string_length stores the length of the array.