Example 4: Creating New Objects
SE_Return_Code SE_CreateObject
SE_Transmittal transmittal,
SE_Object *new_object_out_ptr
Creates a SE_Object in memory.
The “drm_class” parameter specifies the object’s DRM class.
Transmittal is the Transmittal to which this object will belong.
The created object is allocated by the API and must be freed by calling SE_FreeObject().