// d3dkmthk.h
typedef struct _D3DKMT_MULTIPLANEOVERLAY_STRETCH_SUPPORT {
UINT VidPnSourceId;
BOOL Update;
BOOL Supported;
} D3DKMT_MULTIPLANEOVERLAY_STRETCH_SUPPORT;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_MULTIPLANEOVERLAY_STRETCH_SUPPORT structure describes the driver's multiplane overlay stretch support.
VidPnSourceIdThe zero-based identification number of the video present source in a path of a video present network (VidPN) topology that the monitor is connected to.
UpdateBoolean value that indicates whether to update.
SupportedBoolean value that indicates whether multiplane overlay stretch is supported.