Skip to content

Latest commit

 

History

History
69 lines (53 loc) · 2.28 KB

nc-d3dkmddi-dxgkcb_mapframebufferpointer.md

File metadata and controls

69 lines (53 loc) · 2.28 KB
UID title description ms.date keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos tech.root f1_keywords topic_type api_type api_location api_name
NC:d3dkmddi.DXGKCB_MAPFRAMEBUFFERPOINTER
DXGKCB_MAPFRAMEBUFFERPOINTER (d3dkmddi.h)
DXGKCB_MAPFRAMEBUFFERPOINTER obtains a pointer to a subregion of the section object that was created for each physical adapter.
10/13/2021
DXGKCB_MAPFRAMEBUFFERPOINTER callback function
d3dkmddi.h
Windows 10, version 1803 (WDDM 2.4)
PASSIVE_LEVEL
Windows
display
DXGKCB_MAPFRAMEBUFFERPOINTER
d3dkmddi/DXGKCB_MAPFRAMEBUFFERPOINTER
apiref
UserDefined
d3dkmddi.h
DXGKCB_MAPFRAMEBUFFERPOINTER

DXGKCB_MAPFRAMEBUFFERPOINTER callback function

-description

DXGKCB_MAPFRAMEBUFFERPOINTER obtains a pointer to a subregion of the section object that was created for each physical adapter.

-parameters

-param hAdapter [in]

A handle to a display adapter. The driver provides this handle for the master/lead device in the LDA chain.

-param pMapFrameBufferPointer [in/out]

Pointer to DXGKARGCB_MAPFRAMEBUFFERPOINTER structure that contains a pointer to the subregion of the section object.

-returns

DXGKCB_MAPFRAMEBUFFERPOINTER returns STATUS_SUCCESS if the operation succeeds. Otherwise, it returns an appropriate NTSTATUS error code.

-remarks

DXGKCB_XXX functions are implemented by Dxgkrnl. To use this callback function, set the appropriate members of DXGKARGCB_MAPFRAMEBUFFERPOINTER and then call DxgkCbMapFrameBufferPointer via the DXGKRNL_INTERFACE.

See IOMMU-based GPU isolation for more information.

-see-also

DXGKCB_UNMAPFRAMEBUFFERPOINTER

DXGKRNL_INTERFACE