// dispmprt.h
typedef struct _DXGKARG_GETVENDORANDDEVICE {
ULONG VirtualFunctionIndex;
USHORT VendorId;
USHORT DeviceId;
} DXGKARG_GETVENDORANDDEVICE, *PDXGKARG_GETVENDORANDDEVICE;
View the official Windows Driver Kit DDI referenceNo description available.
Arguments used to supply the Vendor and Device IDs for a PCI Express SR-IOV Virtual Function (VF) to be used as the basis for the more generic Plug and Play IDs for the VF.
VirtualFunctionIndexZero-based offset of the Virtual Function from the first VF exposed by this Physical Function.
VendorIdTo be filled in with the Vendor ID to be used for this function.
DeviceIdTo be filled in with the Device ID to be used for this function.