// dispmprt.h
typedef struct _DXGKARG_GETDEVICELOCATION {
ULONG VirtualFunctionIndex;
ULONG SegmentNumber;
ULONG BusNumber;
ULONG FunctionNumber;
} DXGKARG_GETDEVICELOCATION, *PDXGKARG_GETDEVICELOCATION;
View the official Windows Driver Kit DDI referenceNo description available.
Arguments used to get the location of a Virtual Function on the PCI bus relative to the root partition.
VirtualFunctionIndexZero-based offset of the Virtual Function from the first VF exposed by this Physical Function.
SegmentNumberTo be filled in with the segment number of this function.
BusNumberTo be filled in with the bus number of this function.
FunctionNumberTo be filled in with the function number of this function.