Jungo WinDriver  
Official Documentation

◆ WDC_IntIsEnabled()

BOOL DLLCALLCONV WDC_IntIsEnabled ( _In_ WDC_DEVICE_HANDLE  hDev)

Checks if a device's interrupts are currently enabled.

Parameters
[in]hDevHandle to a WDC device, returned by WDC_xxxDeviceOpen()
Returns
Returns TRUE if the device's interrupts are enabled; otherwise returns FALSE.

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