// 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 referenceNo description available.
Arguments used to query mitigated range count.
VirtualFunctionIndexZero-based offset of the Virtual Function from the first VF exposed by this Physical Function.
RangeCountThe number of mitigated ranges for each base address register (BAR).