// d3dkmddi.h
DXGKDDI_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2 DxgkddiSetvidpnsourceaddresswithmultiplaneoverlay2;
NTSTATUS DxgkddiSetvidpnsourceaddresswithmultiplaneoverlay2(
IN_CONST_HANDLE hAdapter,
[in] IN_CONST_PDXGKARG_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2 pSetVidPnSourceAddressWithMultiPlaneOverlay
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
[!NOTE] This callback has been replaced by DXGKDDI_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY3
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.
hAdapterIdentifies the adapter containing the overlay hardware.
pSetVidPnSourceAddressWithMultiPlaneOverlay [in]A pointer to a DXGKARG_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2 structure that describes the surfaces and display options to present.
If this routine succeeds, it returns NTSTATUS_SUCCESS. The driver should always return a success code.
DXGKARG_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY2