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
驅動程式區段標識碼(從 1 開始),CPU 主機孔徑為未對應的區段。
PhysicalAdapterIndex
鏈接器連結中以零起始的實體配接器索引。
附註 頁面大小等於區段頁面大小。
要求
要求 | 價值 |
---|---|
最低支援的用戶端 | Windows 10 |
支援的最低伺服器 | Windows Server 2016 |
標頭 | d3dkmddi.h (包括 D3dkmddi.h) |