Function
Get the string data from a text message.
tibems_status
tibemsTextMsg_GetText(tibemsTextMsg
message, const char** text );
CALL "tibemsTextMsg_GetText" USING BY VALUE message, BY REFERENCE text, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
message
|
Get the string from this message.
|
text
|
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.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |