Contents

unregisterInterrupt(void *, UInt32)

Enable or disable a callback previously installed by registerForInterruptType().

Declaration

virtual IOReturn setInterruptState(
 void *interruptRef,
 UInt32 state );

Parameters

  • state:

    True or false to enable the callback.

Return Value

An IOReturn code.

Overview

Enable or disable a callback previously installed by registerForInterruptType().

See Also

Miscellaneous