TibrvEvent::getClosure()
Method
Declaration
void* getClosure
() const;
Purpose
Extract the closure data of an event object.
Remarks
If no closure data is set for the event object, this method returns NULL
.
This method can extract the closure data even from invalid events.