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