DXGKDDI_QUERYMITIGATEDRANGECOUNT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dispmprt.h

DXGKDDI_QUERYMITIGATEDRANGECOUNT DxgkddiQuerymitigatedrangecount;

VOID DxgkddiQuerymitigatedrangecount(
  HANDLE Context,
  DXGKARG_QUERYMITIGATEDRANGECOUNT *pArgs
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-dispmprt-dxgkddi_querymitigatedrangecount)

DXGKDDI_QUERYMITIGATEDRANGECOUNT callback function

Description

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).

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.

Prototype

//Declaration

DXGKDDI_QUERYMITIGATEDRANGECOUNT DxgkddiQuerymitigatedrangecount;

// Definition

VOID DxgkddiQuerymitigatedrangecount
(
    HANDLE Context
    DXGKARG_QUERYMITIGATEDRANGECOUNT * pArgs
)
{...}

Remarks

See also