共用方式為


DXGK_MMIORANGEINFO結構(dispmprt.h)

記憶體管理輸入輸出範圍資訊。

語法

typedef struct _DXGK_MMIORANGEINFO {
  ULONG64 BasePageNumber;
  ULONG64 BasePhysicalPageNumber;
  UCHAR   BasePhysicalResourceNumber;
  BOOLEAN InterceptReads;
  BOOLEAN InterceptWrites;
  ULONG   PageCount;
} DXGK_MMIORANGEINFO, *PDXGK_MMIORANGEINFO;

成員

BasePageNumber

基底頁碼。

BasePhysicalPageNumber

基本實體頁碼。

BasePhysicalResourceNumber

基礎實體資源編號。

InterceptReads

攔截讀取。

InterceptWrites

攔截寫入。

PageCount

頁面計數。

要求

要求 價值
最低支援的用戶端 Windows 10 版本 1809
標頭 dispmprt.h