Contents

Cancel

Declaration

kern_return_t Cancel();

Return Value

kIOReturnSuccess on success. See IOReturn.h for error codes.

Discussion

Cancel the event link.

If a thread is waiting on the eventlink, cancellation will wake up that thread.