Jungo WinDriver
Official Documentation
|
DWORD DLLCALLCONV WDC_IntDisable | ( | _In_ WDC_DEVICE_HANDLE | hDev | ) |
Disables interrupt interrupt handling for the device, pursuant to a previous call to WDC_IntEnable()
[in] | hDev | Handle to a WDC device, returned by WDC_xxxDeviceOpen() |
For more detailed information about interrupt handling, please refer to 10.1. Handling Interrupts
For a sample user-mode interrupt handling code, please refer to 10.1.8. Sample User-Mode WinDriver Interrupt Handling Code