tibems_status tibemsTextMsg_Create(tibemsTextMsg* message );
message has usage pointer.
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.tibems_status tibemsTextMsg_GetText(tibemsTextMsg message,
message and text have usage pointer.
The function stores a pointer to the string (within the message) in this location.When the message does not contain any text (because none has been set), this function sets its text parameter to null.tibems_status tibemsTextMsg_SetText(tibemsTextMsg message,USING BY VALUE message,
message has usage pointer.
Copyright © TIBCO Software Inc. All Rights Reserved.