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


Chapter 2 Messages : tibemsMsg : tibemsMsg_Print

tibemsMsg_Print
Function
Purpose
Print a message.
C Declaration
void tibemsMsg_Print(
    tibemsMsg message );
COBOL Call
CALL "tibemsMsg_Print"
    USING BY VALUE message,
END-CALL.
 
message has usage pointer.
Parameters
 
Remarks
This call prints a string that includes the body type, headers (name-value pairs), properties (name-value pairs), and body content.
tibemsMsg_Print prints the message to stdout.
See Also
tibemsMsg_PrintToBuffer on page 55

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