DXGKARG_GETMMIORANGES - NtDoc

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

typedef struct _DXGKARG_GETMMIORANGES {
  ULONG              VirtualFunctionIndex;
  ULONG              BarIndex;
  ULONG              NumRanges;
  DXGK_MMIORANGEINFO *pMmioRanges;
} DXGKARG_GETMMIORANGES, *PDXGKARG_GETMMIORANGES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_GETMMIORANGES structure

Description

Arguments used to get the memory mapped input output (MMIO) range.

Members

VirtualFunctionIndex

The particular Virtual function to query.

BarIndex

The particular bar to query.

NumRanges

The number of ranges in pMmioRanges.

pMmioRanges

Pointer to an array of DXGK_MMIORANGEINFO structures.

Remarks

See also

DXGKDDI_GETMMIORANGES callback function