![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsMapMsg_SetBytes(tibemsMapMsg message,tibems_uint bytesSize );tibems_status tibemsMapMsg_SetReferencedBytes(tibemsMapMsg message,tibems_uint bytesSize );
message has usage pointer.
tibemsMapMsg_SetBytes copies the byte array into the map message field. The program may free the orignal byte array after this call returns.tibemsMapMsg_SetReferencedBytes adds a reference to the byte array, but does not copy the bytes. When the byte array is very large, it can be more efficient to avoid making a copy. However, the program must not free nor modify the original byte array until after freeing the map message.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |