DXGKARG_QUERYMITIGATEDRANGES structure (dispmprt.h)
Arguments used to query mitigated ranges.
Syntax
typedef struct _DXGKARG_QUERYMITIGATEDRANGES {
ULONG VirtualFunctionIndex;
ULONG BarIndex;
ULONG NumRanges;
PDXGK_MITIGATEDRANGEINFO pMitigatedRange;
} DXGKARG_QUERYMITIGATEDRANGES, *PDXGKARG_QUERYMITIGATEDRANGES;
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.
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |