Broker 10.5 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awCopy | awCopyEvent
 
awCopyEvent
BrokerEvent awCopyEvent(
BrokerEvent event);
event
The event that is to be copied.
Returns a copy of the specified event. The caller is responsible for calling awDeleteEvent on the returned value.
This function returns NULL if the event to be copied was invalid or if the event parameter was NULL.
See also: