Function
Get the byte sequence representing a serialized object from a message.
tibems_status
tibemsObjectMsg_GetObjectBytes(tibemsObjectMsg
message, void** bytes,tibems_uint
* byteSize );
CALL "tibemsObjectMsg_GetObjectBytes" USING BY VALUE message, BY REFERENCE bytes, BY REFERENCE byteSize, RETURNING tibems-status END-CALL.
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.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |