Jungo WinDriver  
Official Documentation

◆ WDC_IntDisable()

DWORD DLLCALLCONV WDC_IntDisable ( _In_ WDC_DEVICE_HANDLE  hDev)

Disables interrupt interrupt handling for the device, pursuant to a previous call to WDC_IntEnable()

Parameters
[in]hDevHandle to a WDC device, returned by WDC_xxxDeviceOpen()
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise

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