Jungo WinDriver  
Official Documentation

◆ WD_IntCount

#define WD_IntCount (   h,
  pInterrupt 
)     WD_FUNCTION(IOCTL_WD_INT_COUNT, h, pInterrupt, sizeof(WD_INTERRUPT), FALSE)

Retrieves the interrupts count since the call to WD_IntEnable()

Parameters
[in]hHandle to WinDriver's kernel-mode driver as received from WD_Open()
[in,out]pInterruptPointer to an interrupt information structure
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise
DWORD dwNumInterrupts;
WD_IntCount(hWD, &intrp);
dwNumInterrupts = intrp.dwCounter;
#define WD_IntCount(h, pInterrupt)
Retrieves the interrupts count since the call to WD_IntEnable()
Definition: windrvr.h:2644

Definition at line 2644 of file windrvr.h.