// d3dkmddi.h
typedef struct _DXGKARGCB_FREE_ADL {
[in] HANDLE hAdapterMemoryObject;
[in] DXGK_ADL *pAdl;
} DXGKARGCB_FREE_ADL;
View the official Windows Driver Kit DDI referenceNo description available.
DXGKARGCB_FREE_ADL contains the information used by the DXGKCB_FREEADL callback function to destroy an address descriptor list (ADL).
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.
See IOMMU DMA remapping for more information.