Jungo WinDriver  
Official Documentation

◆ pActiveInterface

WDU_INTERFACE* WDU_DEVICE::pActiveInterface[WD_USB_MAX_INTERFACES]

Array of pointers to interface information structures; the non-NULL elements in the array represent the device's active interfaces.

On Windows, the number of active interfaces is the number of interfaces supported by the active configuration, as stored in the pActiveConfig->dwNumInterfaces field. On Linux, the number of active interfaces is currently always 1, because the WDU_ATTACH_CALLBACK device-attach callback is called for each device interface.

Definition at line 272 of file windrvr_usb.h.