Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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