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.
Note:
message
and
text
have usage pointer.
Parameters
Parameter | Description |
---|---|
message
|
Get the string from this message. |
text
|
Store a pointer to the string (within the message). |
Remarks
When the message does not contain any text (because none has been set), this function sets its text parameter to null.