DXGKARG_GETROOTPAGETABLESIZE structure (d3dkmddi.h)
DXGKARG_GETROOTPAGETABLESIZE is used with DxgkDdiGetRootPageTableSize.
Syntax
typedef struct _DXGKARG_GETROOTPAGETABLESIZE {
[in] UINT NumberOfPte;
UINT PhysicalAdapterIndex;
} DXGKARG_GETROOTPAGETABLESIZE;
Members
[in] NumberOfPte
A pointer to the number of page table entries which are required to be in the root page table.
[out] The actual number of page table entries in the page table with the returned size.
PhysicalAdapterIndex
Physical adapter index (zero for non-linked display adapter configurations).
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Header | d3dkmddi.h (include D3dkmddi.h) |