PFND3DKMT_PRESENTMULTIPLANEOVERLAY3 - NtDoc

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

PFND3DKMT_PRESENTMULTIPLANEOVERLAY3 Pfnd3dkmtPresentmultiplaneoverlay3;

NTSTATUS Pfnd3dkmtPresentmultiplaneoverlay3(
  const D3DKMT_PRESENT_MULTIPLANE_OVERLAY3 *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_presentmultiplaneoverlay3)

PFND3DKMT_PRESENTMULTIPLANEOVERLAY3 callback function

Description

The PFND3DKMT_PRESENTMULTIPLANEOVERLAY3 callback function copies content from a source multiplane overlay allocation to a destination allocation.

Parameters

unnamedParam1

Pointer to a [D3DKMT_PRESENT_MULTIPLANE_OVERLAY3](https://learn.microsoft.com/windows-hardware/drivers/ddi/d3dkmthk/ns-d3dkmthk-_d3dkmt_present_multiplane_overlay3) structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_PRESENTMULTIPLANEOVERLAY3 Pfnd3dkmtPresentmultiplaneoverlay3;

// Definition

NTSTATUS Pfnd3dkmtPresentmultiplaneoverlay3
(
    const D3DKMT_PRESENT_MULTIPLANE_OVERLAY3 *
)
{...}

Remarks

See also