OEMInterruptDone (Compact 2013)
10/16/2014
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.
This function re-enables the interrupt if the interrupt was previously masked.
Requirements
Header |
nkintr.h |
Library |
OEMMain.lib or OEMMain_StaticKITL.lib |