OEMInterruptDone (Windows CE 5.0)
This function signals completion of interrupt processing.
void OEMInterruptDone( DWORD idInt );
Parameters
- idInt
[in] Interrupt identifier.
Return Values
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
OS Versions: Windows CE 2.10 and later.
Header: Nkintr.h.
Link Library: Nk.lib.
See Also
InterruptDone | Implementing an ISR | Handling an Interrupt
Send Feedback on this topic to the authors