// dispmprt.h
typedef struct _DXGK_MMIORANGEINFO {
ULONG64 BasePageNumber;
ULONG64 BasePhysicalPageNumber;
UCHAR BasePhysicalResourceNumber;
BOOLEAN InterceptReads;
BOOLEAN InterceptWrites;
ULONG PageCount;
} DXGK_MMIORANGEINFO, *PDXGK_MMIORANGEINFO;
View the official Windows Driver Kit DDI referenceNo description available.
The memory management input output range info.
BasePageNumberThe base page number.
BasePhysicalPageNumberThe base physical page number.
BasePhysicalResourceNumberThe base physical resource number.
InterceptReadsIntercept reads.
InterceptWritesIntercept writes.
PageCountPage count.