![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsMsg_GetAsBytes(const tibemsMsg message,tibems_int* actual_size );
message and bytes have usage pointer.
The function allocates a byte sequence, and stores a pointer to it in this location. This call formats the data of the message as a byte sequence in EMS wire format, which is suitable for archiving in a file.The function allocates storage for the byte sequence, and associates it with the message; the byte sequence storage persists until your program destroys the message object.Your program must not modify the byte sequence. To make a modifiable byte sequence, use tibemsMsg_GetAsBytesCopy instead.The byte sequence includes data from the message header, message properties, and all message fields.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |