PFND3DKMT_FLIPOVERLAY - NtDoc

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

PFND3DKMT_FLIPOVERLAY Pfnd3dkmtFlipoverlay;

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

NtDoc

No description available.

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

PFND3DKMT_FLIPOVERLAY callback function

Description

The Pfnd3dkmtFlipoverlay callback function displays a new allocation by using the specified overlay.

Parameters

unnamedParam1

Pointer to a D3DKMT_FLIPOVERLAY structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_FLIPOVERLAY Pfnd3dkmtFlipoverlay;

// Definition

NTSTATUS Pfnd3dkmtFlipoverlay
(
    const D3DKMT_FLIPOVERLAY *
)
{...}

Remarks

See also