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


Chapter 2 Messages : tibemsMsg : tibemsMsg_ClearBody

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
 
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.

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