// d3dkmddi.h
typedef struct _DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT {
HANDLE hAdapterMemoryObject;
} DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT structure contains the information used by the DXGKCB_CLOSEPHYSICALMEMORYOBJECT callback function to close a physical memory object.
hAdapterMemoryObjectThe adapter memory object to close.
If the driver chooses to specify hAdapterMemoryObject as part of the DXGKCB_DESTROYPHYSICALMEMORYOBJECT call, then it is not necessary to close it via DXGKCB_CLOSEPHYSICALMEMORYOBJECT as well.
See IOMMU DMA remapping for more information.
DXGKCB_CLOSEPHYSICALMEMORYOBJECT
DXGKCB_DESTROYPHYSICALMEMORYOBJECT
DXGKCB_OPENPHYSICALMEMORYOBJECT