DXGKARG_GETROOTPAGETABLESIZE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGKARG_GETROOTPAGETABLESIZE {
  [in] UINT NumberOfPte;
       UINT PhysicalAdapterIndex;
} DXGKARG_GETROOTPAGETABLESIZE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkarg_getrootpagetablesize)

_DXGKARG_GETROOTPAGETABLESIZE structure

Description

DXGKARG_GETROOTPAGETABLESIZE is used with DxgkDdiGetRootPageTableSize.

Members

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.

PhysicalAdapterIndex

Physical adapter index (zero for non-linked display adapter configurations).

See also

DxgkDdiGetRootPageTableSize