DXGKARG_READVIRTUALFUNCTIONCONFIG - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dispmprt.h

typedef struct _DXGKARG_READVIRTUALFUNCTIONCONFIG {
  PVOID Data;
  ULONG VirtualFunctionIndex;
  ULONG Offset;
  ULONG Length;
} DXGKARG_READVIRTUALFUNCTIONCONFIG, *PDXGKARG_READVIRTUALFUNCTIONCONFIG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_READVIRTUALFUNCTIONCONFIG structure

Description

Arguments used to read virtual function config.

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.

Remarks

See also