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.
This function is called to get the count of the number of ranges per BAR that need to be mitigated (trapped and re-redirected to the user mode emulation DLL).
Syntax
DXGKDDI_QUERYMITIGATEDRANGECOUNT DxgkddiQuerymitigatedrangecount;
void DxgkddiQuerymitigatedrangecount(
HANDLE Context,
DXGKARG_QUERYMITIGATEDRANGECOUNT *pArgs
)
{...}
Parameters
Context
The miniport context that is returned by the driver in the DXGKDDI_GPU_PARTITION_INTERFACE structure.
pArgs
A pointer to the DXGKARG_QUERYMITIGATEDRANGECOUNT structure.
Return value
None
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |