D3D12DDICB_DEALLOCATE_0022 structure (d3d12umddi.h)

Specifies values for use with a deallocation callback function.

Syntax

typedef struct D3D12DDICB_DEALLOCATE_0022 {
  HANDLE                         hResource;
  UINT                           NumAllocations;
  const D3DKMT_HANDLE            *HandleList;
  D3D12DDI_DEALLOCATE_FLAGS_0022 Flags;
} D3D12DDICB_DEALLOCATE_0022;

Members

hResource

The handle of a resource.

NumAllocations

HandleList

A pointer to a list of kernel handles.

Flags

Flags to use for deallocation, as specified in the D3D12DDI_DEALLOCATE_FLAGS_0022 enumeration.

Requirements

Requirement Value
Header d3d12umddi.h (include D3d12umddi.h)

See also

D3D12DDI_DEALLOCATE_FLAGS_0022