// d3dkmthk.h
typedef struct _D3DKMT_MULTIPLANEOVERLAY_DECODE_SUPPORT {
BOOL Supported;
} D3DKMT_MULTIPLANEOVERLAY_DECODE_SUPPORT;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_MULTIPLANEOVERLAY_DECODE_SUPPORT structure is used to indicate whether multiplane overlay decode is supported.
SupportedBoolean value that indicates whether multiplane overlay decode is supported.