CMC_X_COM_SENT_MESSAGE
CMC_X_COM_SENT_MESSAGE
is a CMC extension that creates a CMC_message1KO2ZRW 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
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
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
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
See Also