DXGKARG_GETVENDORANDDEVICE structure (dispmprt.h)
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.
Syntax
typedef struct _DXGKARG_GETVENDORANDDEVICE {
ULONG VirtualFunctionIndex;
USHORT VendorId;
USHORT DeviceId;
} DXGKARG_GETVENDORANDDEVICE, *PDXGKARG_GETVENDORANDDEVICE;
Members
VirtualFunctionIndex
Zero-based offset of the Virtual Function from the first VF exposed by this Physical Function.
VendorId
To be filled in with the Vendor ID to be used for this function.
DeviceId
To be filled in with the Device ID to be used for this function.
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |