Jungo WinDriver  
Official Documentation

◆ WDC_GET_NUM_VECTORS

#define WDC_GET_NUM_VECTORS ( pDev)
Value:
((pDev->Int.dwEnabledIntType) >> \
#define WD_ENABLED_INT_TYPE_NUM_VECTORS_POSITION_BITS
Definition windrvr.h:680

Returns the number of interrupt vectors allocated.

Parameters
[in]pDevPointer to device information struct
Returns
Number of interrupt vectors allocated.
Note
The number of interrupt vectors allocated is set after calling WDC_IntEnable(). If WDC_IntEnable() wasn't called before using this macro or the call to WDC_IntEnable() failed then the return value will be 0.

Definition at line 233 of file wdc_defs.h.