// 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 referenceNo description available.
[!NOTE] This structure has been replaced by DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT3
DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT2 is passed to the DxgkDdiCheckMultiPlaneOverlaySupport2 function to determine whether a specific multi-plane overlay configuration is supported.
PlaneCountThe number of planes to be enabled.
pPlanesA pointer to a DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE structure that specifies support attributes that the hardware provides for multi-plane overlays.
SupportedTRUE if the multi-plane overlay configuration can be supported, otherwise FALSE.
ReturnInfoSpecifies additional information.
DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE
DxgkDdiCheckMultiPlaneOverlaySupport2