OEMInterruptDisable (Windows CE 5.0)
This function disables the specified hardware interrupt.
void OEMInterruptDisable( DWORD idInt );
Parameters
- idInt
[in] Interrupt identifier to be disabled.
Return Values
None.
Remarks
When a device driver is being unloaded and calls the InterruptDisable kernel routine, the kernel then calls OEMInterruptDisable.
The system cannot be pre-empted when this function is called.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Nkintr.h.
Link Library: Nk.lib.
See Also
InterruptDisable | OEMInterruptEnable | Disabling an Interrupt
Send Feedback on this topic to the authors