Share via


OEMInterruptDone

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function signals completion of interrupt processing.

Syntax

void OEMInterruptDone( 
  DWORD idInt 
);

Parameters

  • idInt
    [in] Interrupt identifier.

Return Value

None.

Remarks

**The kernel calls this function when a device driver calls the InterruptDone function.

The system cannot be pre-empted when this function is called.**

OEMInterruptDone should re-enable the interrupt if the interrupt was previously masked.

Requirements

Header nkintr.h
Library Nk.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Concepts

Implementing an ISR

Other Resources

InterruptDone