Jungo WinDriver  
Official Documentation

◆ WD_PciSriovGetNumVFs

#define WD_PciSriovGetNumVFs (   h,
  pPciSRIOV 
)
Value:
sizeof(WD_PCI_SRIOV), FALSE)
#define FALSE
Definition: kpstdlib.h:260
#define IOCTL_WD_PCI_SRIOV_GET_NUMVFS
Definition: windrvr.h:1662
#define WD_FUNCTION
Definition: windrvr.h:1838

Gets the number of virtual functions assigned to a supported device.

Parameters
[in]hHandle to WinDriver's kernel-mode driver as received from WD_Open().
[in,out]pPciSRIOVPointer to SR-IOV information struct
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise
Remarks
The number of virtual functions will be stored in the pciSlot->dwNumVFs field. Only supported in Linux.

Definition at line 2398 of file windrvr.h.