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

Parameter
Description
message
Get the string from this message.
text
The function stores a pointer to the string (within the message) in this location.

Remarks

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