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


Chapter 2 Messages : tibemsBytesMsg : tibemsBytesMsg_WriteBytes

tibemsBytesMsg_WriteBytes
Function
Purpose
Write bytes from a byte array to the byte stream in the message body.
C Declaration
tibems_status tibemsBytesMsg_WriteBytes(
    tibemsBytesMsg message,
    const void* value,
    tibems_uint length );
COBOL Call
CALL "tibemsBytesMsg_WriteBytes"
 USING BY VALUE message,
       BY REFERENCE value,
       BY VALUE size,
       RETURNING tibems-status
END-CALL.
 
message has usage pointer in all calls.
Parameters
 
Remarks
Each call writes bytes from the byte array into the stream, and advances the write position.

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