Contents

unregisterInterrupt(void *)

Remove a callback previously installed by registerForInterruptType().

Declaration

virtual IOReturn unregisterInterrupt(
 void *interruptRef );

Parameters

  • interruptRef:

    The interruptRef returned from the registerForInterruptType call that installed the interrupt.

Return Value

An IOReturn code.

Overview

Remove a callback previously installed by registerForInterruptType().

See Also

Miscellaneous