CMC_X_COM_SENT_MESSAGE

CMC_X_COM_SENT_MESSAGE is a CMC extension that creates a CMC_message structure containing information for the message just sent.

Quick Info

Header file: XCMCEXT.H

Input Usage

item_data
Zero.
item_reference
NULL.
extension_flags
All flags used with the CMC_extension structure are valid. No further flags are defined.

Output Usage

item_data
Unchanged.
item_reference
Pointer to a CMC_message structure containing information for the message just sent. The client application must free this pointer by calling the cmc_free function.
extension_flags
The cmc_send function has successfully put a pointer to a CMC_message structure in the item_reference parameter if the CMC_EXT_OUTPUT flag is set.

Adds to

The cmc_send function.

Remarks

CMC_X_COM_SAVE_MESSAGE is used to obtain information about a message that has just been sent when some or all of the members of the CMC_message structure are set by the user interface defined by the CMC implementation rather than by the client application before the cmc_send call.

See Also

CMC_extension, cmc_free, CMC_message, cmc_send