DXGKARG_UNMAPCPUHOSTAPERTURE结构(d3dkmddi.h)
DXGKARG_UNMAPCPUHOSTAPERTURE 结构用于取消映射以前映射的 CPU 主机光圈范围。
语法
typedef struct _DXGKARG_UNMAPCPUHOSTAPERTURE {
UINT64 NumberOfPages;
UINT32 *pCpuHostAperturePages;
WORD SegmentId;
WORD PhysicalAdapterIndex;
} DXGKARG_UNMAPCPUHOSTAPERTURE;
成员
NumberOfPages
指定正在取消映射的页数。
pCpuHostAperturePages
要取消映射的 CPU 主机光圈页数组。 这是 CPU 主机光圈物理地址开头的页面索引数组。
SegmentId
CPU 主机孔径未映射的段的驱动程序段标识符(从 1 开始)。
PhysicalAdapterIndex
链接显示适配器链接中的从零开始的物理适配器索引。
注意 页面大小等于段页大小。
要求
要求 | 价值 |
---|---|
最低支持的客户端 | Windows 10 |
支持的最低服务器 | Windows Server 2016 |
标头 | d3dkmddi.h (包括 D3dkmddi.h) |