Function
Write bytes from a byte array to the byte stream in the message body.
tibems_status
tibemsBytesMsg_WriteBytes(tibemsBytesMsg
message, const void* value,tibems_uint
length
);
CALL "tibemsBytesMsg_WriteBytes" USING BY VALUE message, BY REFERENCE value, BY VALUE size, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
message
|
Write bytes into the body data of this bytes message.
|
value
|
Write bytes from this byte array into the message.
|
length
|
Write this number of bytes from the byte array.
|
Each call writes bytes from the byte array into the stream, and advances the write position.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |