DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE {
  HANDLE                              hAllocation;
  D3DDDI_VIDEO_PRESENT_SOURCE_ID      VidPnSourceId;
  UINT                                LayerIndex;
  DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES2 PlaneAttributes;
} DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_multiplane_overlay_plane_with_source)

_DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE structure

[!NOTE] This structure has been replaced by DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE2.

Description

DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE

Describes the multi-plane overlay plane attributes, allocation, and video present network source identification number.

Members

hAllocation

A handle to the allocation.

VidPnSourceId

The zero-based video present network source identification number of the input for which the support levels are queried.

LayerIndex

The index of the layer being queried.

PlaneAttributes

A DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES2 structure that specifies overlay plane attributes.

See also

DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES2