Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 2.05 KB

ns-d3dkmddi-dxgkargcb_close_physical_memory_object.md

File metadata and controls

63 lines (51 loc) · 2.05 KB
UID tech.root title ms.date targetos description req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NS:d3dkmddi._DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT
display
DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT
06/24/2022
Windows
The DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT structure contains the information used by the DxgkCbClosePhysicalMemoryObject callback function to close a physical memory object.
structure
d3dkmddi.h
Windows Server 2022 (WDDM 2.9)
DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT
apiref
HeaderDef
d3dkmddi.h
_DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT
DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT
_DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT
d3dkmddi/_DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT
DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT
d3dkmddi/DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT
c++

-description

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

-struct-fields

-field 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