// d3dkmthk.h
PFND3DKMT_PRESENTMULTIPLANEOVERLAY2 Pfnd3dkmtPresentmultiplaneoverlay2;
NTSTATUS Pfnd3dkmtPresentmultiplaneoverlay2(
const D3DKMT_PRESENT_MULTIPLANE_OVERLAY2 *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The PFND3DKMT_PRESENTMULTIPLANEOVERLAY2 callback function copies content from a source multiplane overlay allocation to a destination allocation.
unnamedParam1Pointer to a D3DKMT_PRESENT_MULTIPLANE_OVERLAY2 structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_PRESENTMULTIPLANEOVERLAY2 Pfnd3dkmtPresentmultiplaneoverlay2;
// Definition
NTSTATUS Pfnd3dkmtPresentmultiplaneoverlay2
(
const D3DKMT_PRESENT_MULTIPLANE_OVERLAY2 *
)
{...}