// d3dkmthk.h
typedef struct D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO {
union {
struct {
UINT FailingPlane : 4;
UINT TryAgain : 1;
UINT Reserved : 27;
};
UINT Value;
};
} D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO structure is used to return multiplane overlay support failure information.
FailingPlaneThe 0 based index of the first plane that could not be supported.
TryAgainThe configuration is not supported due to a transition condition, which should shortly go away.
ReservedReserved for internal use.
ValueThe value used to operate over the other members of this structure.
D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2
D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3