// d3dkmddi.h
typedef struct _DXGKARGCB_UNMAPMDLFROMIOMMU {
[in] HANDLE hMemoryHandle;
} DXGKARGCB_UNMAPMDLFROMIOMMU;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARGCB_UNMAPMDLFROMIOMMU structure contains the arguments used by the DXGKCB_UNMAPMDLFROMIOMMU callback function to release the mapping that was set by DXGKCB_MAPMDLTOIOMMU.
hMemoryHandle [in]A Dxgkrnl tracking handle for the allocation to be released.
See IOMMU-based GPU isolation for more information.