struttura DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT (d3dkmddi.h)

La struttura DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT contiene le informazioni utilizzate dalla funzione di callback DXGKCB_CLOSEPHYSICALMEMORYOBJECT per chiudere un oggetto memoria fisica.

Sintassi

typedef struct _DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT {
  HANDLE hAdapterMemoryObject;
} DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT;

Members

hAdapterMemoryObject

Oggetto memoria adattatore da chiudere.

Commenti

Se il driver sceglie di specificare hAdapterMemoryObject come parte della chiamata DXGKCB_DESTROYPHYSICALMEMORYOBJECT , non è necessario chiuderlo anche tramite DXGKCB_CLOSEPHYSICALMEMORYOBJECT .

Per altre informazioni, vedere Il mapping DMA di IOMMU .

Requisiti

Requisito Valore
Server minimo supportato Windows Server 2022 (WDDM 2.9)
Intestazione d3dkmddi.h

Vedi anche

DXGKCB_CLOSEPHYSICALMEMORYOBJECT

DXGKCB_DESTROYPHYSICALMEMORYOBJECT

DXGKCB_OPENPHYSICALMEMORYOBJECT