Function
Set the data string of a text message.
tibems_status
tibemsTextMsg_SetText(tibemsTextMsg
message, const char* text );
CALL "tibemsTextMsg_SetText"
USING BY VALUE message
,
BY REFERENCE text,
RETURNING tibems-status
END-CALL.
Parameter
|
Description
|
---|---|
message
|
Put the text into this message.
|
text
|
Copy this string into the message body.
|
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |