DXGKARGCB_FREE_ADL - NtDoc

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

typedef struct _DXGKARGCB_FREE_ADL {
  [in] HANDLE   hAdapterMemoryObject;
  [in] DXGK_ADL *pAdl;
} DXGKARGCB_FREE_ADL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

DXGKARGCB_FREE_ADL contains the information used by the DXGKCB_FREEADL callback function to destroy an address descriptor list (ADL).

Members

hAdapterMemoryObject [in]

The adapter memory object that was used to create the ADL.

pAdl [in]

Pointer to the DXGK_ADL object that is being freed.

Remarks

See IOMMU DMA remapping for more information.

See also

DXGK_ADL

DXGKCB_ALLOCATEADL

DXGKCB_FREEADL