Example 1: Getting the Root Object
SE_STATUS_CODE_ENUM 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.