D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE - NtDoc

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

typedef struct D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE {
  D3DKMT_HANDLE                        hResource;
  LUID                                 CompSurfaceLuid;
  D3DDDI_VIDEO_PRESENT_SOURCE_ID       VidPnSourceId;
  D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES PlaneAttributes;
} D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE structure

Description

Structure to check multiplane overlay plane.

Members

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

A structure that contains the plane attributes.

Remarks

See also