structure DXGKARG_CLOSEALLOCATION (d3dkmddi.h)
La structure DXGKARG_CLOSEALLOCATION décrit les allocations que le pilote miniport d’affichage doit fermer.
Syntaxe
typedef struct _DXGKARG_CLOSEALLOCATION {
[in] UINT NumAllocations;
[in] const HANDLE *pOpenHandleList;
} DXGKARG_CLOSEALLOCATION;
Membres
[in] NumAllocations
Nombre d’éléments dans le tableau qui pOpenHandleList spécifie.
[in] pOpenHandleList
Tableau de handles aux allocations spécifiques à l’appareil à fermer.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows Vista |
d’en-tête | d3dkmddi.h (include D3dkmddi.h) |