// d3dkmthk.h
typedef struct _D3DKMT_MPO3DDI_SUPPORT {
BOOL Supported;
} D3DKMT_MPO3DDI_SUPPORT;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_MPO3DDI_SUPPORT structure holds the support status for multi-plane overlay (MPO) version 3 Direct3D features.
SupportedBoolean value that indicates whether the MPO version 3 Direct3D features are supported.