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


Chapter 2 Messages : tibemsObjectMsg : tibemsObjectMsg_GetObjectBytes

tibemsObjectMsg_GetObjectBytes
Function
Purpose
Get the byte sequence representing a serialized object from a message.
C Declaration
tibems_status tibemsObjectMsg_GetObjectBytes(
    tibemsObjectMsg message,
    void** bytes,
    tibems_uint* byteSize );
COBOL Call
CALL "tibemsObjectMsg_GetObjectBytes"
USING BY VALUE message,
BY REFERENCE bytes,
BY REFERENCE byteSize,
RETURNING tibems-status
END-CALL.
 
message and bytes have usage pointer.
Parameters
 
Remarks
When the message does not contain an object (because none has been set), this function places null in the bytes argument, and zero in the byteSize argument.

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