// d3dkmddi.h
typedef struct _DXGKARGCB_FREEPAGESFROMMDL {
[in] HANDLE hMemoryHandle;
} DXGKARGCB_FREEPAGESFROMMDL;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARGCB_FREEPAGESFROMMDL structure contains the arguments used in the DXGKCB_FREEPAGESFROMMDL callback function, to free a memory descriptor list's (MDL) pages that were previously allocated by DXGKCB_ALLOCATEPAGESFORMDL.
hMemoryHandle [in]A Dxgkrnl tracking handle for the memory allocation.
See IOMMU-based GPU isolation for more information.