// 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 referenceNo description available.
The DXGK_PTE_PAGE_SIZE enumeration is used by DXGK_PTE to indicate the size of lower page level pages.
DXGK_PTE_PAGE_TABLE_PAGE_4KBIndicates the lower page table level uses 4 KB pages.
DXGK_PTE_PAGE_TABLE_PAGE_64KBIndicates the lower page table level uses 64 KB pages.