DXGKCB_UNMAPFRAMEBUFFERPOINTER fonction de rappel (d3dkmddi.h)
DXGKCB_UNMAPFRAMEBUFFERPOINTER libère le mappage défini par DXGKCB_MAPFRAMEBUFFERPOINTER.
Syntaxe
DXGKCB_UNMAPFRAMEBUFFERPOINTER DxgkcbUnmapframebufferpointer;
NTSTATUS DxgkcbUnmapframebufferpointer(
[in] IN_CONST_HANDLE hAdapter,
[in] IN_CONST_PDXGKARGCB_UNMAPFRAMEBUFFERPOINTER pUnmapFrameBufferPointer
)
{...}
Paramètres
[in] hAdapter
Handle vers un adaptateur d’affichage. Le pilote fournit ce handle pour le périphérique maître/prospect dans la chaîne LDA.
[in] pUnmapFrameBufferPointer
Pointeur vers la structure DXGKARGCB_UNMAPFRAMEBUFFERPOINTER qui contient un handle vers la mémoire à supprimer.
Valeur de retour
DXGKCB_UNMAPFRAMEBUFFERPOINTER retourne STATUS_SUCCESS si l’opération réussit. Sinon, elle retourne l’un des codes d’erreur définis dans Ntstatus.h.
Remarques
DXGKCB_XXX fonctions sont implémentées par Dxgkrnl. Pour utiliser cette fonction de rappel, définissez les membres de DXGKARGCB_UNMAPFRAMEBUFFERPOINTER, puis appelez DXGKCB_UNMAPFRAMEBUFFERPOINTER via le DXGKRNL_INTERFACE.
Pour plus d’informations, consultez d’isolation GPU basée sur IOMMU.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 10, version 1803 (WDDM 2.4) |
d’en-tête | d3dkmddi.h |
IRQL | PASSIVE_LEVEL |