D3DKMT_MULTIPLANE_OVERLAY - NtDoc

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

typedef struct D3DKMT_MULTIPLANE_OVERLAY {
  UINT                                 LayerIndex;
  BOOL                                 Enabled;
  D3DKMT_HANDLE                        hAllocation;
  D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES PlaneAttributes;
} D3DKMT_MULTIPLANE_OVERLAY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMT_MULTIPLANE_OVERLAY structure

Description

The D3DKMT_MULTIPLANE_OVERLAY structure contains information that is used to define a multiplane overlay.

Members

LayerIndex

The layer index.

Enabled

Boolean value that specifies whether the overlay is enabled for display.

hAllocation

A handle to a device allocation.

PlaneAttributes

A D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES structure that contains the plane's attributes.

Remarks

See also