structure DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT (d3dkmddi.h)

La structure DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT contient les informations utilisées par la fonction de rappel DXGKCB_CLOSEPHYSICALMEMORYOBJECT pour fermer un objet de mémoire physique.

Syntaxe

typedef struct _DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT {
  HANDLE hAdapterMemoryObject;
} DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT;

Membres

hAdapterMemoryObject

Objet de mémoire de l’adaptateur à fermer.

Remarques

Si le pilote choisit de spécifier hAdapterMemoryObject dans le cadre de l’appel de DXGKCB_DESTROYPHYSICALMEMORYOBJECT , il n’est pas nécessaire de le fermer via DXGKCB_CLOSEPHYSICALMEMORYOBJECT .

Pour plus d’informations, consultez La remappage iommu DMA .

Configuration requise

Condition requise Valeur
Serveur minimal pris en charge Windows Server 2022 (WDDM 2.9)
En-tête d3dkmddi.h

Voir aussi

DXGKCB_CLOSEPHYSICALMEMORYOBJECT

DXGKCB_DESTROYPHYSICALMEMORYOBJECT

DXGKCB_OPENPHYSICALMEMORYOBJECT