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 (include D3dkmddi.h)

另請參閱

DxgkDdiCloseAllocation