tibrvEvent_Destroy()
Function
Declaration
tibrv_statustibrvEvent_Destroy
(
tibrvEvent event);
Purpose
Destroy an event, canceling interest.
Remarks
Destroying an event object cancels interest in the specified event. Upon return from tibrvEvent_Destroy(), the destroyed event is no longer dispatched.
It is legal for an event callback function to destroy its own event argument.
Destroying event interest invalidates the event object; passing the event object as an argument to subsequent API calls produces an error.
Parameter |
Description |
|
Cancel interest in this event. |