![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsMsg_GetAsBytesCopy(const tibemsMsg message,tibems_int avail_size,tibems_int* actual_size );
message has usage pointer.
Your program must supply storage suitable for a byte sequence. The function stores the byte sequence 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.Your program must allocate storage for the byte sequence, and supply a pointer to it as an argument.The byte sequence includes data from the message header, message properties, and all message fields.
The buffer is not large enough for the data. The return parameter actual_size indicates the size of the required buffer.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |