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.
1/5/2010
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 OEMInterruptDisable.
The system cannot be pre-empted when this function is called.
Requirements
| Header | nkintr.h |
| Library | OEMMain.lib or OEMMain_StaticKITL.lib |
| Windows Embedded CE | Windows CE 2.10 and later |
See Also
Tasks
Reference
Required OAL Functions
OEMInterruptEnable