DXGK_PTE_PAGE_SIZE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dukmdt.h

typedef enum _DXGK_PTE_PAGE_SIZE {
  DXGK_PTE_PAGE_TABLE_PAGE_4KB,
  DXGK_PTE_PAGE_TABLE_PAGE_64KB
} DXGK_PTE_PAGE_SIZE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dukmdt-_dxgk_pte_page_size)

_DXGK_PTE_PAGE_SIZE enumeration

Description

The DXGK_PTE_PAGE_SIZE enumeration is used by DXGK_PTE to indicate the size of lower page level pages.

Constants

DXGK_PTE_PAGE_TABLE_PAGE_4KB

Indicates the lower page table level uses 4 KB pages.

DXGK_PTE_PAGE_TABLE_PAGE_64KB

Indicates the lower page table level uses 64 KB pages.

See also

DXGK_PTE