// d3dkmddi.h
typedef struct _DXGKARG_CLOSEALLOCATION {
[in] UINT NumAllocations;
[in] const HANDLE *pOpenHandleList;
} DXGKARG_CLOSEALLOCATION;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARG_CLOSEALLOCATION structure describes allocations that the display miniport driver should close.
NumAllocations [in]The number of elements in the array that pOpenHandleList specifies.
pOpenHandleList [in]An array of handles to device-specific allocations to close.