Function
Set the byte sequence of an object message.
tibems_status
tibemsObjectMsg_SetObjectBytes(tibemsObjectMsg
message, const void* bytes,tibems_uint
byteSize );
CALL "tibemsObjectMsg_SetObjectBytes" USING BY VALUE message, BY REFERENCE bytes, BY VALUE byteSize, RETURNING tibems-status END-CALL.
Setting the content of an object message stores a snapshot of the object. subsequent changes to the original object or its serialized representation (as a byte sequence) do not affect 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 |