// d3dkmthk.h
typedef struct _D3DKMT_MULTIPLANEOVERLAY_HUD_SUPPORT {
UINT VidPnSourceId;
BOOL Update;
BOOL KernelSupported;
BOOL HudSupported;
} D3DKMT_MULTIPLANEOVERLAY_HUD_SUPPORT;
View the official Windows Driver Kit DDI referenceNo description available.
Used to indicate whether multiplane overlay HUD is supported.
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.
This value is currently not used.
UpdateIndicates whether to update.
KernelSupportedIndicates whether kernel is supported.
HudSupportedIndicates whether HUD is supported.