DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT - NtDoc

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

typedef struct _DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT {
  HANDLE hAdapterMemoryObject;
} DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT structure contains the information used by the DXGKCB_CLOSEPHYSICALMEMORYOBJECT callback function to close a physical memory object.

Members

hAdapterMemoryObject

The adapter memory object to close.

Remarks

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.

See also

DXGKCB_CLOSEPHYSICALMEMORYOBJECT

DXGKCB_DESTROYPHYSICALMEMORYOBJECT

DXGKCB_OPENPHYSICALMEMORYOBJECT