DXGKCB_CLOSEPHYSICALMEMORYOBJECT funzione di callback (d3dkmddi.h)
DXGKCB_CLOSEPHYSICALMEMORYOBJECT chiude un oggetto memoria fisica.
Sintassi
DXGKCB_CLOSEPHYSICALMEMORYOBJECT DxgkcbClosephysicalmemoryobject;
void DxgkcbClosephysicalmemoryobject(
[in] IN_CONST_PDXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT pArgs
)
{...}
Parametri
[in] pArgs
Puntatore a una struttura DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT contenente informazioni sull'oggetto memoria fisica da chiudere.
Valore restituito
nessuno
Osservazioni
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 .
DXGKCB_XXX funzioni vengono implementate da Dxgkrnl. Per usare questa funzione di callback, impostare i membri di DXGKARGCB_ALLOCATEPAGESFORMDL e quindi chiamare DxgkCbClosePhysicalMemoryObject tramite il DXGKRNL_INTERFACE.
Requisiti
Requisito | Valore |
---|---|
Server minimo supportato | Windows Server 2022 (WDDM 2.9) |
Intestazione | d3dkmddi.h |
IRQL | PASSIVE_LEVEL |
Vedi anche
DXGKARGCB_CLOSE_PHYSICAL_MEMORY_OBJECT
DXGKCB_DESTROYPHYSICALMEMORYOBJECT