DXGKARG_QUERYMITIGATEDRANGECOUNT structure (dispmprt.h)

Arguments used to query mitigated range count.

Syntax

typedef struct _DXGKARG_QUERYMITIGATEDRANGECOUNT {
  ULONG VirtualFunctionIndex;
  ULONG RangeCount[DXGK_MAX_NUM_PCI_BARS];
} DXGKARG_QUERYMITIGATEDRANGECOUNT, *PDXGKARG_QUERYMITIGATEDRANGECOUNT;

Members

VirtualFunctionIndex

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

RangeCount[DXGK_MAX_NUM_PCI_BARS]

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

Requirements

Requirement Value
Header dispmprt.h