SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Functions SE CloseTransmittal |
---|
extern SE_Return_Code | |||
SE_CloseTransmittal | |||
( | |||
SE_Transmittal | transmittal | 1 | |
); |
Closes the given transmittal and frees any and all memory allocated to hold the transmittal's representation.
SE_RETCOD_SUCCESS | and the specified trasmittal is closed. |
SE_RETCOD_FAILURE | and the status code is set appropriately if the call failed. |
SE_Status_Code(s) when SE_RETCOD_SUCCESS is returned:
SE_STATCODE_SUCCESS | set if all operations succeeded. (SE_Transmittals, SE_Objects, etc.) cease to be valid once the transmittal is closed. |
SE_Status_Code(s) when SE_RETCOD_FAILURE is returned:
SE_STATCODE_INACTIONABLE_FAILURE |
set if
|
1 the transmittal to close.
Prev: SE_CloneObjectHandle.
Next: SE_CreateObject.
Up:Index.
|