// d3dkmddi.h
typedef struct _DXGKARG_GETROOTPAGETABLESIZE {
[in] UINT NumberOfPte;
UINT PhysicalAdapterIndex;
} DXGKARG_GETROOTPAGETABLESIZE;
View the official Windows Driver Kit DDI referenceNo description available.
DXGKARG_GETROOTPAGETABLESIZE is used with DxgkDdiGetRootPageTableSize.
NumberOfPte [in]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.
PhysicalAdapterIndexPhysical adapter index (zero for non-linked display adapter configurations).