![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsMsg_CreateCopy(tibemsMsg* copy );
message and copy have usage pointer.
This function allocates the storage for the copy. The duration of the copy is independent of the original message. Your program owns the messages that it creates, and must destroy those messages to reclaim the storage. That is, each call to this function must be paired with a call to tibemsMsg_Destroy.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |