Example 4: Creating New Objects
SE_Status_Code SE_CreateObject
const char implementation_identifier[],
SE_DRM_Class new_object_tag,
SE_Object *new_object_out_ptr
Creates a SE_Object in memory.
The “new_object_tag” parameter specifies the object’s DRM class.
Implementation identifier should be “stf” since the transmittal was created with an implementation id of “stf”.
The created object is allocated by the API and must be freed by calling SE_FreeObject().