tibemsMsg_ClearBody


Function

Purpose

Clear the body of a message.

C Declaration

tibems_status tibemsMsg_ClearBody( 
    tibemsMsg message ); 

COBOL Call

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

message has usage pointer.

Parameters

Parameter
Description
message
Clear this message.

Remarks

Clearing the body of a message leaves its header and property values unchanged.

If the message body was read-only, this function makes it writeable. The message body appears and behaves identically to an empty body in a newly created message.


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