D3DKMT_GET_PTE structure (d3dkmthk.h)
Used to get page table entries (PTE).
Syntax
typedef struct _D3DKMT_GET_PTE {
UINT PhysicalAdapterIndex;
UINT PageTableLevel;
UINT PageTableIndex[DXGK_MAX_PAGE_TABLE_LEVEL_COUNT];
BOOLEAN b64KBPte;
UINT NumPtes;
DXGK_PTE Pte[D3DKMT_GET_PTE_MAX];
UINT NumValidEntries;
} D3DKMT_GET_PTE;
Members
PhysicalAdapterIndex
The physical adapter index in the LDA (linked display adapter) chain.
PageTableLevel
The page table level.
PageTableIndex[DXGK_MAX_PAGE_TABLE_LEVEL_COUNT]
The page table index.
b64KBPte
Indicates whether the page table is 64KB. This value is valid only when dual PTEs are supported.
NumPtes
The number of PTEs to fill.
Pte[D3DKMT_GET_PTE_MAX]
An array of PTEs.
NumValidEntries
The number of valid entries.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |