tibemsMsg_Print


Function

Purpose

Print a message.

C Declaration

void tibemsMsg_Print( 
    tibemsMsg message ); 
 
void tibemsMsg_PrintFile( 
    tibemsMsg message, 
    FILE* file ); 

COBOL Call

CALL "tibemsMsg_Print" 
     USING BY VALUE message, 
           RETURNING tibems-status 
END-CALL. 

message has usage pointer.
COBOL does not support tibemsMsg_PrintFile in release 4.3.

Parameters

Parameter
Description
message
Print this message.
file
Output to this file.

Remarks

These calls print 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.

tibemsMsg_PrintFile prints the message to the file that you specify.


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com