// d3dkmthk.h
typedef struct _D3DKMT_PAGE_TABLE_LEVEL_DESC {
UINT IndexBitCount;
D3DKMT_ALIGN64 UINT64 IndexMask;
D3DKMT_ALIGN64 UINT64 IndexShift;
D3DKMT_ALIGN64 UINT64 LowerLevelsMask;
D3DKMT_ALIGN64 UINT64 EntryCoverageInPages;
} D3DKMT_PAGE_TABLE_LEVEL_DESC;
View the official Windows Driver Kit DDI referenceNo description available.
Structure that describes page table level info.
IndexBitCountThe bit count index.
IndexMaskThe mask index.
IndexShiftThe shift index.
LowerLevelsMaskThe lower levels mask.
EntryCoverageInPagesThe entry coverage in pages.