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


Chapter 2 Messages : tibemsMsg : tibemsMsg_PrintToBuffer

tibemsMsg_PrintToBuffer
Function
Purpose
Prints a message into a buffer.
C Declaration
tibems_status tibemsMsg_PrintToBuffer(
    tibemsMsg message,
    char* buffer,
    tibems_int maxlen );
COBOL Call
CALL "tibemsMsg_PrintToBuffer"
    USING BY VALUE message,
    BY REFERENCE buffer,
    BY VALUE maxlen,
    RETURNING tibems-status
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_PrintToBuffer prints the message to a buffer.
See Also
tibemsMsg_Print on page 56

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