D3DKMT_PAGE_TABLE_LEVEL_DESC - NtDoc

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_page_table_level_desc)

_D3DKMT_PAGE_TABLE_LEVEL_DESC structure

Description

Structure that describes page table level info.

Members

IndexBitCount

The bit count index.

IndexMask

The mask index.

IndexShift

The shift index.

LowerLevelsMask

The lower levels mask.

EntryCoverageInPages

The entry coverage in pages.

Remarks

See also