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: