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


Chapter 2 Messages : tibemsTextMsg : tibemsTextMsg_SetText

tibemsTextMsg_SetText
Function
Purpose
Set the data string of a text message.
C Declaration
tibems_status tibemsTextMsg_SetText(
    tibemsTextMsg message,
    const char* text );
COBOL Call
CALL "tibemsTextMsg_SetText"
USING BY VALUE message,
BY REFERENCE text,
RETURNING tibems-status
END-CALL.
 
message has usage pointer.
Parameters
 

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