InterruptDisable (Windows CE 5.0)

Send Feedback

This function disables a hardware interrupt as specified by its interrupt identifier.

VOID InterruptDisable( DWORD idInt );

Parameters

  • idInt
    [in] Identifier of an interrupt.

Return Values

None.

Remarks

A device driver calls InterruptDisable to disable the hardware interrupt and to deregister the event registered by InterruptInitialize. The driver must call InterruptDisable before closing the event handle. The kernel calls through to the OEMInterruptDisable function as part of this call.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Pkfuncs.h.
Link Library: Coredll.lib.

See Also

InterruptInitialize | InterruptDone | OEMInterruptDisable

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.