PFND3DKMT_GETMULTIPLANEOVERLAYCAPS - NtDoc

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

PFND3DKMT_GETMULTIPLANEOVERLAYCAPS Pfnd3dkmtGetmultiplaneoverlaycaps;

NTSTATUS Pfnd3dkmtGetmultiplaneoverlaycaps(
  D3DKMT_GET_MULTIPLANE_OVERLAY_CAPS *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DKMT_GETMULTIPLANEOVERLAYCAPS callback function

Description

Pfnd3dkmtGetmultiplaneoverlaycaps retrieves multiplane overlay capabilities.

Parameters

unnamedParam1

Pointer to a D3DKMT_GET_MULTIPLANE_OVERLAY_CAPS structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_GETMULTIPLANEOVERLAYCAPS Pfnd3dkmtGetmultiplaneoverlaycaps;

// Definition

NTSTATUS Pfnd3dkmtGetmultiplaneoverlaycaps
(
    D3DKMT_GET_MULTIPLANE_OVERLAY_CAPS *
)
{...}

Remarks

See also