DXGKARG_QUERYMITIGATEDRANGES - NtDoc

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

typedef struct _DXGKARG_QUERYMITIGATEDRANGES {
  ULONG                    VirtualFunctionIndex;
  ULONG                    BarIndex;
  ULONG                    NumRanges;
  PDXGK_MITIGATEDRANGEINFO pMitigatedRange;
} DXGKARG_QUERYMITIGATEDRANGES, *PDXGKARG_QUERYMITIGATEDRANGES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_QUERYMITIGATEDRANGES structure

Description

Arguments used to query mitigated ranges.

Members

VirtualFunctionIndex

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

BarIndex

The specific base address register to retrieve mitigations.

NumRanges

Number of ranges to query.

pMitigatedRange

A pointer to the array of mitigated ranges info.

Remarks

See also