Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Messages : tibemsTextMsg : tibemsTextMsg_Create

tibemsTextMsg_Create
Function
Purpose
Create a text message.
C Declaration
tibems_status tibemsTextMsg_Create(
   tibemsTextMsg* message );
COBOL Call
CALL "tibemsTextMsg_Create"
USING BY REFERENCE message,
RETURNING tibems-status
END-CALL.
 
message has usage pointer.
Parameters
 
Remarks
This call creates a new text message.
When your application creates a message, it also allocates storage for that message. This storage must subsequently be freed by a call to tibemsMsg_Destroy.
See Also
tibemsMsg_Create on page 28
tibemsMsg_Destroy on page 31
See Also
tibemsSession_CreateTextMessage on page 304

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved