// dispmprt.h
typedef struct _DXGKARG_WRITEVIRTUALFUNCTIONCONFIGBLOCK {
PVOID Data;
ULONG VirtualFunctionIndex;
ULONG BlockId;
ULONG Length;
} DXGKARG_WRITEVIRTUALFUNCTIONCONFIGBLOCK, *PDXGKARG_WRITEVIRTUALFUNCTIONCONFIGBLOCK;
View the official Windows Driver Kit DDI referenceNo description available.
Used to write a virtual function configuration block.
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.
BlockIdNumber identifying the block to be written. This is defined by the provider of the Physical Function driver.
LengthThe length in bytes.