DXGKARG_GETMMIORANGECOUNT - NtDoc

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

typedef struct _DXGKARG_GETMMIORANGECOUNT {
  ULONG VirtualFunctionIndex;
  ULONG RangeCount[PCI_TYPE0_ADDRESSES];
} DXGKARG_GETMMIORANGECOUNT, *PDXGKARG_GETMMIORANGECOUNT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dispmprt-_dxgkarg_getmmiorangecount)

_DXGKARG_GETMMIORANGECOUNT structure

Description

Arguments used to get the memory mapped input output range count.

Members

VirtualFunctionIndex

The particular Virtual function to query.

RangeCount

The array of ranges, one for each of the virtual devices MMIO Bars.

Remarks

See also