Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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