Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |