Given an SE_TRANSMITTAL, return the SDRM
object that has been stored is root of the transmittal object hierarchy.
SE_NULL_REQUIRED_PARAMETER - and *root_object_out_ptr is left unaltered, if root_object_out_ptr is NULL.
SE_INVALID_OR_NULL_TRANSMITTAL - and *root_object_out_ptr is set to NULL, if transmittal_in is not a handle to a valid, open SEDRIS transmittal.
SE_FAILURE - and *root_object_out_ptr is set to NULL, if
| extern SE_STATUS_CODE_ENUM | |||
| SE_GetRootObject | |||
| ( | |||
| SE_TRANSMITTAL | transmittal_in, | (notes) | |
| SE_OBJECT | * | root_object_out_ptr | (notes) |
| ); | |||
the SE_TRANSMITTAL for which the root object should be
returned.
a pointer to the SE_OBJECT handle into which the
root object of the transmittal is stored.