Used to add an object to a SEDRIS transmittal.
NOTE: An object is in the unsaved state until it is
added to a SEDRIS transmittal, whereupon it becomes resolved.
SE_INVALID_OR_NULL_OBJECT - and no changes are made, if new_object is not a handle to a valid, active (i.e., not freed) but *unsaved* object.
SE_INVALID_OR_NULL_TRANSMITTAL - and no changes are made, if transmittal isn't a handle to a valid, active (i.e., open and unfreed) transmittal.
SE_INVALID_ACCESS_MODE - and no changes are made, if transmittal was opened in read-only mode.
SE_FAILURE - and no changes are made, if the API implementation specified does not provide this function in its shared library, and dynamic binding is specified at compile time.
| extern SE_STATUS_CODE_ENUM | |||
| SE_AddToTransmittal | |||
| ( | |||
| SE_OBJECT | new_object, | (notes) | |
| SE_TRANSMITTAL | transmittal | (notes) | |
| ); | |||
the object to be added to the transmittal.
handle to the SEDRIS transmittal to which the new object
is being added.