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


Chapter 2 Messages : tibemsStreamMsg : tibemsStreamMsg_WriteBytes

tibemsStreamMsg_WriteBytes
Function
Purpose
Write bytes from a byte array to a stream message.
C Declaration
tibems_status tibemsStreamMsg_WriteBytes(
    tibemsStreamMsg message,
    void* value,
    tibems_uint length );
COBOL Call
CALL "tibemsStreamMsg_WriteBytes"
USING BY VALUE message,
BY REFERENCE value,
BY VALUE length,
RETURNING tibems-status
END-CALL.
 
message has usage pointer.
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