D3DKMT_PAGE_TABLE_LEVEL_DESC structure (d3dkmthk.h)

Structure that describes page table level info.

Syntax

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;

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.

Requirements

Requirement Value
Header d3dkmthk.h