D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT - NtDoc

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

typedef struct _D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT {
  [in]  D3DDDI_VIDEO_PRESENT_SOURCE_ID                     VidPnSourceId;
  [out] UINT                                               NumPlanes;
  [out] D3DDDI_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE_INFO *pPlanes;
  [out] BOOL                                               Supported;
} D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_checkmultiplaneoverlaysupport)

_D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT structure

Description

Used in a call to the pfnCheckMultiPlaneOverlaySupport (D3D) function to check details on hardware support for multiplane overlays.

Members

VidPnSourceId [in]

The zero-based video present network (VidPN) source identification number of the input for which the hardware support is queried.

NumPlanes [out]

The number of overlay planes that the hardware supports.

pPlanes [out]

A pointer to a D3DDDI_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE_INFO structure that specifies support attributes that the hardware provides for multiplane overlays.

Supported [out]

TRUE if the hardware supports multiplane overlays, otherwise FALSE.

See also

D3DDDI_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE_INFO

pfnCheckMultiPlaneOverlaySupport (D3D)