OEMInterruptDone (Windows Embedded CE 6.0)
1/5/2010
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 | OEMMain.lib or OEMMain_StaticKITL.lib |
Windows Embedded CE | Windows CE 2.10 and later |