// 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 referenceNo description available.
Arguments used to query mitigated ranges.
VirtualFunctionIndexZero-based offset of the Virtual Function from the first VF exposed by this Physical Function.
BarIndexThe specific base address register to retrieve mitigations.
NumRangesNumber of ranges to query.
pMitigatedRangeA pointer to the array of mitigated ranges info.