// dispmprt.h
typedef struct _DXGKARG_GETMMIORANGES {
ULONG VirtualFunctionIndex;
ULONG BarIndex;
ULONG NumRanges;
DXGK_MMIORANGEINFO *pMmioRanges;
} DXGKARG_GETMMIORANGES, *PDXGKARG_GETMMIORANGES;
View the official Windows Driver Kit DDI referenceNo description available.
Arguments used to get the memory mapped input output (MMIO) range.
VirtualFunctionIndexThe particular Virtual function to query.
BarIndexThe particular bar to query.
NumRangesThe number of ranges in pMmioRanges.
pMmioRangesPointer to an array of DXGK_MMIORANGEINFO structures.
DXGKDDI_GETMMIORANGES callback function