DXGKARG_WRITEVIRTUALFUNCTIONCONFIG - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dispmprt-_dxgkarg_writevirtualfunctionconfig)

_DXGKARG_WRITEVIRTUALFUNCTIONCONFIG structure

Description

Used to write a virtual function configuration.

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.

Remarks

See also