DXGKARG_QUERYMITIGATEDRANGECOUNT - NtDoc

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

typedef struct _DXGKARG_QUERYMITIGATEDRANGECOUNT {
  ULONG VirtualFunctionIndex;
  ULONG RangeCount[DXGK_MAX_NUM_PCI_BARS];
} DXGKARG_QUERYMITIGATEDRANGECOUNT, *PDXGKARG_QUERYMITIGATEDRANGECOUNT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_QUERYMITIGATEDRANGECOUNT structure

Description

Arguments used to query mitigated range count.

Members

VirtualFunctionIndex

Zero-based offset of the Virtual Function from the first VF exposed by this Physical Function.

RangeCount

The number of mitigated ranges for each base address register (BAR).

Remarks

See also