DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT2 - NtDoc

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

typedef struct _DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT2 {
  UINT                                              PlaneCount;
  DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE         *pPlanes;
  BOOL                                              Supported;
  DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkarg_checkmultiplaneoverlaysupport2)

_DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT2 structure

[!NOTE] This structure has been replaced by DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT3

Description

DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT2 is passed to the DxgkDdiCheckMultiPlaneOverlaySupport2 function to determine whether a specific multi-plane overlay configuration is supported.

Members

PlaneCount

The number of planes to be enabled.

pPlanes

A pointer to a DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE structure that specifies support attributes that the hardware provides for multi-plane overlays.

Supported

TRUE if the multi-plane overlay configuration can be supported, otherwise FALSE.

ReturnInfo

Specifies additional information.

See also

DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE

DxgkDdiCheckMultiPlaneOverlaySupport2