ec_message_release_body_io_object
Last updated March 2020
Name
ec_message_release_body_io_object — Releases the body io_object
Synopsis
#include "ec_message.h"
| void **ec_message_release_body_io_object** (
| mess)
; | |
Description
Releases the body io_object that is allocated by ec_message_get_body_io_object.
Note
It is important to realize that this function results in recovered system memory, but the message is still stored in the spool
- mess
-
The message. A pointer to an ec_message struct. For documentation of this data structure see “ec_message”
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?