DXGKDDI_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

DXGKDDI_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2 DxgkddiSetvidpnsourceaddresswithmultiplaneoverlay2;

NTSTATUS DxgkddiSetvidpnsourceaddresswithmultiplaneoverlay2(
       IN_CONST_HANDLE hAdapter,
  [in] IN_CONST_PDXGKARG_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2 pSetVidPnSourceAddressWithMultiPlaneOverlay
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmddi-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

hAdapter

Identifies the adapter containing the overlay hardware.

pSetVidPnSourceAddressWithMultiPlaneOverlay [in]

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

Return value

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

See also

DXGKARG_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2