DXGK_MMIORANGEINFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_DXGK_MMIORANGEINFO structure

Description

The memory management input output range info.

Members

BasePageNumber

The base page number.

BasePhysicalPageNumber

The base physical page number.

BasePhysicalResourceNumber

The base physical resource number.

InterceptReads

Intercept reads.

InterceptWrites

Intercept writes.

PageCount

Page count.

Remarks

See also