// d3dkmthk.h
PFND3DKMT_PRESENTMULTIPLANEOVERLAY3 Pfnd3dkmtPresentmultiplaneoverlay3;
NTSTATUS Pfnd3dkmtPresentmultiplaneoverlay3(
const D3DKMT_PRESENT_MULTIPLANE_OVERLAY3 *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The PFND3DKMT_PRESENTMULTIPLANEOVERLAY3 callback function copies content from a source multiplane overlay allocation to a destination allocation.
unnamedParam1Pointer to a [D3DKMT_PRESENT_MULTIPLANE_OVERLAY3](https://learn.microsoft.com/windows-hardware/drivers/ddi/d3dkmthk/ns-d3dkmthk-_d3dkmt_present_multiplane_overlay3) structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_PRESENTMULTIPLANEOVERLAY3 Pfnd3dkmtPresentmultiplaneoverlay3;
// Definition
NTSTATUS Pfnd3dkmtPresentmultiplaneoverlay3
(
const D3DKMT_PRESENT_MULTIPLANE_OVERLAY3 *
)
{...}