Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 2.67 KB

nc-d3dkmddi-dxgkddi_setvidpnsourceaddresswithmultiplaneoverlay2.md

File metadata and controls

69 lines (54 loc) · 2.67 KB
UID title description old-location ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NC:d3dkmddi.DXGKDDI_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2
DXGKDDI_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2 (d3dkmddi.h)
DxgkDdiSetVidPnSourceAddressWithMultiPlaneOverlay2 is called to change the overlay configuration being displayed.
display\dxgkddisetvidpnsourceaddresswithmultiplaneoverlay2.htm
05/10/2018
DXGKDDI_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2 callback function
DXGKDDI_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2, DXGKDDI_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2 callback, DxgkDdiSetVidPnSourceAddressWithMultiPlaneOverlay2, DxgkDdiSetVidPnSourceAddressWithMultiPlaneOverlay2 callback function [Display Devices], d3dkmddi/DxgkDdiSetVidPnSourceAddressWithMultiPlaneOverlay2, display.dxgkddisetvidpnsourceaddresswithmultiplaneoverlay2
d3dkmddi.h
D3dkmddi.h
Desktop
Windows 10
Windows Server 2016
INTERRUPT_LEVEL
Windows
display
DXGKDDI_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2
d3dkmddi/DXGKDDI_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2
APIRef
kbSyntax
UserDefined
d3dkmddi.h
DXGKDDI_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2

DXGKDDI_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2 callback function

[!NOTE] This callback has been replaced by DXGKDDI_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY3

-description

DxgkDdiSetVidPnSourceAddressWithMultiPlaneOverlay2 is called to change the overlay configuration being displayed. It must be implemented by Windows Display Driver Model (WDDM) 2.0 or later drivers that support multi-plane overlays.

-parameters

-param hAdapter

Identifies the adapter containing the overlay hardware.

-param pSetVidPnSourceAddressWithMultiPlaneOverlay [in]

A pointer to a DXGKARG_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2 structure that describes the surfaces and display options to present.

-returns

If this routine succeeds, it returns NTSTATUS_SUCCESS. The driver should always return a success code.

-see-also

DXGKARG_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2