DXGKARGCB_FREECONTIGUOUSMEMORY - NtDoc

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

typedef struct _DXGKARGCB_FREECONTIGUOUSMEMORY {
  [in] HANDLE hMemoryHandle;
} DXGKARGCB_FREECONTIGUOUSMEMORY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DXGKARGCB_FREECONTIGUOUSMEMORY structure

Description

The DXGKARGCB_FREECONTIGUOUSMEMORY structure contains the arguments used in the DXGKCB_FREECONTIGUOUSMEMORY callback function, to free the contiguous memory.

Members

hMemoryHandle [in]

A Dxgkrnl tracking handle for the memory allocation. Dxgkrnl returns this handle from DXGKCB_ALLOCATECONTIGUOUSMEMORY

Remarks

See IOMMU-based GPU isolation for more information.

See also

DXGKCB_FREECONTIGUOUSMEMORY