DXGKARG_GETROOTPAGETABLESIZE结构(d3dkmddi.h)
DXGKARG_GETROOTPAGETABLESIZE 用于 DxgkDdiGetRootPageTableSize。
语法
typedef struct _DXGKARG_GETROOTPAGETABLESIZE {
[in] UINT NumberOfPte;
UINT PhysicalAdapterIndex;
} DXGKARG_GETROOTPAGETABLESIZE;
成员
[in] NumberOfPte
指向根页表中所需的页表条目数的指针。
[out]页表中返回的大小的实际页表项数。
PhysicalAdapterIndex
物理适配器索引(非链接显示适配器配置的零)。
要求
要求 | 价值 |
---|---|
最低支持的客户端 | Windows 10 |
支持的最低服务器 | Windows Server 2016 |
标头 | d3dkmddi.h (包括 D3dkmddi.h) |