D3DKMT_MULTIPLANEOVERLAY_HUD_SUPPORT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_multiplaneoverlay_hud_support)

_D3DKMT_MULTIPLANEOVERLAY_HUD_SUPPORT structure

Description

Used to indicate whether multiplane overlay HUD is supported.

Members

VidPnSourceId

The 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.

Update

Indicates whether to update.

KernelSupported

Indicates whether kernel is supported.

HudSupported

Indicates whether HUD is supported.

Remarks

See also