Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Arguments used to read virtual function config.
Syntax
typedef struct _DXGKARG_READVIRTUALFUNCTIONCONFIG {
PVOID Data;
ULONG VirtualFunctionIndex;
ULONG Offset;
ULONG Length;
} DXGKARG_READVIRTUALFUNCTIONCONFIG, *PDXGKARG_READVIRTUALFUNCTIONCONFIG;
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 read will begin.
Length
The length in bytes.
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |