DXGKARG_CLOSEALLOCATION structure (d3dkmddi.h)
The DXGKARG_CLOSEALLOCATION structure describes allocations that the display miniport driver should close.
Syntax
typedef struct _DXGKARG_CLOSEALLOCATION {
UINT NumAllocations;
const HANDLE *pOpenHandleList;
} DXGKARG_CLOSEALLOCATION;
Members
NumAllocations
[in] The number of elements in the array that pOpenHandleList specifies.
pOpenHandleList
[in] An array of handles to device-specific allocations to close.
Requirements
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | d3dkmddi.h (include D3dkmddi.h) |