// dispmprt.h
typedef struct _DXGKARG_GETMMIORANGECOUNT {
ULONG VirtualFunctionIndex;
ULONG RangeCount[PCI_TYPE0_ADDRESSES];
} DXGKARG_GETMMIORANGECOUNT, *PDXGKARG_GETMMIORANGECOUNT;
View the official Windows Driver Kit DDI referenceNo description available.
Arguments used to get the memory mapped input output range count.
VirtualFunctionIndexThe particular Virtual function to query.
RangeCountThe array of ranges, one for each of the virtual devices MMIO Bars.