DXGKARG_CLOSEALLOCATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGKARG_CLOSEALLOCATION {
  [in] UINT         NumAllocations;
  [in] const HANDLE *pOpenHandleList;
} DXGKARG_CLOSEALLOCATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkarg_closeallocation)

_DXGKARG_CLOSEALLOCATION structure

Description

The DXGKARG_CLOSEALLOCATION structure describes allocations that the display miniport driver should close.

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.

See also

DxgkDdiCloseAllocation