InterruptDone (Windows CE 5.0)
This function signals to the kernel that interrupt processing has been completed.
VOID InterruptDone( DWORD idInt );
Parameters
- idInt
[in] Identifier of an interrupt.
Return Values
None.
Remarks
A device driver calls InterruptDone when it has completed the processing for an interrupt and is ready for another interrupt.
InterruptDone must be called to unmask the interrupt before the driver waits for the registered event to be signaled again. The kernel calls through to the OEMInterruptDone function.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Pkfuncs.h.
Link Library: Coredll.lib.
See Also
InterruptInitialize | OEMInterruptDone
Send Feedback on this topic to the authors