D3DKMT_MULTIPLANEOVERLAY_STRETCH_SUPPORT - NtDoc

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

NtDoc

No description available.

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

D3DKMT_MULTIPLANEOVERLAY_STRETCH_SUPPORT structure

Description

The D3DKMT_MULTIPLANEOVERLAY_STRETCH_SUPPORT structure describes the driver's multiplane overlay stretch support.

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.

Update

Boolean value that indicates whether to update.

Supported

Boolean value that indicates whether multiplane overlay stretch is supported.

See also

D3DKMTQueryAdapterInfo