DXGKDDI_QUERYMITIGATEDRANGECOUNT callback function (dispmprt.h)
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 |