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


Chapter 2 Messages : tibemsObjectMsg : tibemsObjectMsg_SetObjectBytes

tibemsObjectMsg_SetObjectBytes
Function
Purpose
Set the byte sequence of an object message.
C Declaration
tibems_status tibemsObjectMsg_SetObjectBytes(
    tibemsObjectMsg message,
    const void* bytes,
    tibems_uint byteSize );
COBOL Call
CALL "tibemsObjectMsg_SetObjectBytes"
USING BY VALUE message,
BY REFERENCE bytes,
BY VALUE byteSize,
RETURNING tibems-status
END-CALL.
 
message has usage pointer.
Parameters
 
Remarks
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.

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