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


Chapter 2 Messages : tibemsTextMsg : tibemsTextMsg_GetText

tibemsTextMsg_GetText
Function
Purpose
Get the string data from a text message.
C Declaration
tibems_status tibemsTextMsg_GetText(
    tibemsTextMsg message,
    const char** text );
COBOL Call
CALL "tibemsTextMsg_GetText"
USING BY VALUE message,
BY REFERENCE text,
RETURNING tibems-status
END-CALL.
 
message and text have usage pointer.
Parameters
 
Remarks
When the message does not contain any text (because none has been set), this function sets its text parameter to null.

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