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 mémoire physique.
Syntaxe
typedef struct _DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT {
HANDLE hAdapterMemoryObject;
} DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT;
Membres
hAdapterMemoryObject
Objet mémoire de l’adaptateur à fermer.
Remarques
Si le pilote choisit de spécifier hAdapterMemoryObject dans le cadre de l’appel DXGKCB_DESTROYPHYSICALMEMORYOBJECT, il n’est pas nécessaire de le fermer via DXGKCB_CLOSEPHYSICALMEMORYOBJECT également.
Pour plus d’informations, consultez de remapping IOMMU DMA.
Exigences
Exigence | Valeur |
---|---|
serveur minimum pris en charge | Windows Server 2022 (WDDM 2.9) |
d’en-tête | d3dkmddi.h |
Voir aussi
DXGKCB_CLOSEPHYSICALMEMORYOBJECT