Condividi tramite


DXGKARG_CLOSEALLOCATION struttura (d3dkmddi.h)

La struttura DXGKARG_CLOSEALLOCATION descrive le allocazioni che il driver miniport visualizzato deve chiudere.

Sintassi

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

Members

[in] NumAllocations

Numero di elementi nella matrice specificata da pOpenHandleList .

[in] pOpenHandleList

Matrice di handle alle allocazioni specifiche del dispositivo da chiudere.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Intestazione d3dkmddi.h (include D3dkmddi.h)

Vedi anche

DxgkDdiCloseAllocation