// dispmprt.h
typedef struct _DXGKARG_WRITEVIRTUALFUNCTIONCONFIG {
PVOID Data;
ULONG VirtualFunctionIndex;
ULONG Offset;
ULONG Length;
} DXGKARG_WRITEVIRTUALFUNCTIONCONFIG, *PDXGKARG_WRITEVIRTUALFUNCTIONCONFIG;
View the official Windows Driver Kit DDI referenceNo description available.
Used to write a virtual function configuration.
DataA buffer which will contain the data read from the Virtual Function’s configuration space.
VirtualFunctionIndexZero-based offset of the Virtual Function from the first VF exposed by this Physical Function.
OffsetThe offset into the Virtual Function’s configuration space where this write will begin.
LengthThe length of Data.