// d3dkmthk.h
typedef struct _D3DKMT_MPOKERNELCAPS_SUPPORT {
BOOL Supported;
} D3DKMT_MPOKERNELCAPS_SUPPORT;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_MPOKERNELCAPS_SUPPORT structure is used to indicate whether MPO (multiplane overlay) kernel capabilities are supported.
SupportedBoolean value that indicates whether MPO kernel capabilities are supported.