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 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