DXGKARG_WRITEVIRTUALFUNCTIONCONFIG structure (dispmprt.h)
Used to write a virtual function configuration.
Syntax
typedef struct _DXGKARG_WRITEVIRTUALFUNCTIONCONFIG {
PVOID Data;
ULONG VirtualFunctionIndex;
ULONG Offset;
ULONG Length;
} DXGKARG_WRITEVIRTUALFUNCTIONCONFIG, *PDXGKARG_WRITEVIRTUALFUNCTIONCONFIG;
Members
Data
A buffer which will contain the data read from the Virtual Function’s configuration space.
VirtualFunctionIndex
Zero-based offset of the Virtual Function from the first VF exposed by this Physical Function.
Offset
The offset into the Virtual Function’s configuration space where this write will begin.
Length
The length of Data.
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |