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


Chapter 2 Messages : tibemsBytesMsg : tibemsBytesMsg_Reset

tibemsBytesMsg_Reset
Function
Purpose
Set the read position to the beginning of the byte stream, and mark the message body as read-only.
C Declaration
tibems_status tibemsBytesMsg_Reset(
    tibemsBytesMsg message );
COBOL Call
CALL "tibemsBytesMsg_Reset"
 USING BY VALUE message,
       RETURNING tibems-status
END-CALL.
 
message has usage pointer.
Parameters
 
Remarks
This call prepares a message body for reading, as if the message were newly received. Contrast tibemsMsg_ClearBody on page 27, which clears a message body in preparation for writing, as if it were newly created.

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