// 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 referenceNo description available.
A structure used to read the PCI config for an escape.
HeaderThe escape header being processed.
OffsetOffset in bytes in the PCI config space.
SizeSize in bytes to read.