DXGKVGPU_ESCAPE_READ_PCI_CONFIG - NtDoc

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

typedef struct _DXGKVGPU_ESCAPE_READ_PCI_CONFIG {
  DXGKVGPU_ESCAPE_HEAD Header;
  UINT                 Offset;
  UINT                 Size;
} DXGKVGPU_ESCAPE_READ_PCI_CONFIG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dukmdt-_dxgkvgpu_escape_read_pci_config)

_DXGKVGPU_ESCAPE_READ_PCI_CONFIG structure

Description

A structure used to read the PCI config for an escape.

Members

The escape header being processed.

Offset

Offset in bytes in the PCI config space.

Size

Size in bytes to read.