Function
Get the body data of a bytes message.
tibems_status
tibemsBytesMsg_GetBytes(tibemsBytesMsg
message, void** bytes,tibems_uint
* byteSize );
CALL "tibemsBytesMsg_GetBytes" USING BY VALUE message, BY REFERENCE bytes, BY REFERENCE byteSize, RETURNING tibems-status END-CALL.
This call extracts a pointer to the body data of a bytes message.
The byte sequence storage persists until your program destroys the message object.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |