Function
Create a text message.
tibems_status
tibemsTextMsg_Create(tibemsTextMsg
* message );
This call creates a new text message.
This function allocates the storage for the message. Your program owns the messages that it creates, and must destroy those messages to reclaim the storage. That is, each call to this function must be paired with a call to tibemsMsg_Destroy
.
tibemsSession_CreateTextMessage
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |