Frees the memory directly associated with the specified transmittal handle. The memory was allocated by this API during an earlier call to SE_GetTransmittalFromID(), SE_GetTransmittalFromObject().
NOTE:
This function does not close the transmittal.
SE_INVALID_OR_NULL_TRANSMITTAL - and no changes are made, if to_free wasn't a handle to a valid, active (i.e., open and unfreed) transmittal.
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_FreeTransmittal | |||
| ( | |||
| SE_TRANSMITTAL | to_free | (notes) | |
| ); | |||
an SE_TRANSMITTAL (a handle to a transmittal) that the
application wants to free.