DXGKARG_CLOSEALLOCATION结构 (d3dkmddi.h)

DXGKARG_CLOSEALLOCATION结构描述了显示微型端口驱动程序应关闭的分配。

语法

typedef struct _DXGKARG_CLOSEALLOCATION {
  [in] UINT         NumAllocations;
  [in] const HANDLE *pOpenHandleList;
} DXGKARG_CLOSEALLOCATION;

成员

[in] NumAllocations

pOpenHandleList 指定的数组中的元素数。

[in] pOpenHandleList

要关闭的设备特定分配的句柄数组。

要求

要求
最低受支持的客户端 Windows Vista
标头 d3dkmddi.h (包括 D3dkmddi.h)

另请参阅

DxgkDdiCloseAllocation