OEMInterruptDisable (Compact 2013)
10/16/2014
This function disables the specified hardware interrupt.
Syntax
void OEMInterruptDisable(
DWORD idInt
);
Parameters
- idInt
[in] Interrupt identifier to be disabled.
Return Value
None.
Remarks
When a device driver is being unloaded and calls the InterruptDisable kernel routine, the kernel then calls this function.
The system cannot be pre-empted when this function is called.
Requirements
Header |
nkintr.h |
Library |
OEMMain.lib or OEMMain_StaticKITL.lib |