Example 1: Getting the Root Object
SE_Return_Code SE_GetRootObject
SE_Transmittal transmittal_in,
SE_Object *root_object_out_ptr
The DRM specifies that all Transmittals must have a Transmittal Root object which is at the top of the Transmittal’s hierarchy.
SE_GetRootObject() returns the root object as an SE_Object for the opened Transmittal passed in to the function.
The SE_Object is allocated by the API, and so must be freed when no longer used.