Jungo WinDriver  
Official Documentation

◆ WDC_IntType2Str()

const CHAR* DLLCALLCONV WDC_IntType2Str ( _In_ DWORD  dwIntType)

Converts interrupt type to string.

Parameters
[in]dwIntTypeInterrupt types bit-mask
Returns
Returns the string representation that corresponds to the specified numeric code.

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