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