// d3dkmddi.h
typedef struct _DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT {
UINT PlaneCount;
DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE *pPlanes;
BOOL Supported;
DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT;
View the official Windows Driver Kit DDI referenceNo description available.
[!NOTE] This structure has been replaced by DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT3
Used in a call to the DxgkDdiCheckMultiPlaneOverlaySupport function to check details on hardware support for multiplane overlays.
PlaneCountThe number of overlay planes that the hardware supports.
pPlanesA pointer to a DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE structure that specifies support attributes that the hardware provides for multiplane overlays.
SupportedTRUE if the hardware supports multiplane overlays, otherwise FALSE.
ReturnInfoSpecifies limitations on hardware support of multiplane overlays.
DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE
DxgkDdiCheckMultiPlaneOverlaySupport