|
SEDRIS Reference Manual
APPENDIX A - LEVEL 0 READ and WRITE API Functions SE CloseTransmittal |
|---|
| extern SE_Status_Code | |||
| SE_CloseTransmittal | |||
| ( | |||
| SE_Transmittal | transmittal | (notes) | |
| ); | |||
Closes the given transmittal and frees any and all memory allocated to hold the transmittal's representation.
| SE_STAT_CODE_SUCCESS | and the transmittal is closed, if a valid parameter was passed in and all operations succeeded. Please note that any handles referring to that transmittal (SE_Transmittals, SE_Objects, etc.) cease to be valid once the transmittal is closed. |
| SE_STAT_CODE_INVALID_OR_NULL_TRANSMITTAL | and no changes are made, if transmittal is not a handle to a valid, active (i.e., not previously closed) transmittal. |
| SE_STAT_CODE_FAILURE |
and no changes are made, if
|
the transmittal to close.
Prev: SE_CloneObject.
Next: SE_CompareObjectIDs.
Up:Index.
|