D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2 - NtDoc

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

typedef struct _D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2 {
  UINT                                  LayerIndex;
  D3DKMT_HANDLE                         hResource;
  LUID                                  CompSurfaceLuid;
  D3DDDI_VIDEO_PRESENT_SOURCE_ID        VidPnSourceId;
  D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES2 PlaneAttributes;
} D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2 structure

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

Description

Check multiplane overlay plane.

Members

LayerIndex

The layer index.

hResource

Handle for this resource in this process.

CompSurfaceLuid

The component surface LUID (locally unique identifier).

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.

PlaneAttributes

Pointer to a D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES2 structure that contains the plane attributes.

Remarks

See also