Function
Set the body data of a bytes message from a byte sequence.
tibems_status
tibemsBytesMsg_SetBytes(tibemsBytesMsg
message, const void* bytes,tibems_uint
byteSize );
CALL "tibemsBytesMsg_SetBytes" USING BY VALUE message, BY REFERENCE bytes, BY VALUE byteSize, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
message
|
Set the body data of this bytes message.
|
bytes
|
Copy this byte sequence into the message body.
|
byteSize
|
Copy this number of bytes into the message.
|
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |