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.
Note: message has usage pointer.

Parameters

Parameter Description
message Print this message.

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.