Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DXGKARG_CLOSEALLOCATION structure describes allocations that the display miniport driver should close.
Syntax
typedef struct _DXGKARG_CLOSEALLOCATION {
[in] UINT NumAllocations;
[in] const HANDLE *pOpenHandleList;
} DXGKARG_CLOSEALLOCATION;
Members
[in] NumAllocations
The number of elements in the array that pOpenHandleList specifies.
[in] pOpenHandleList
An array of handles to device-specific allocations to close.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Header | d3dkmddi.h (include D3dkmddi.h) |