D3DKMT_MULTIPLANE_OVERLAY2 - NtDoc

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

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

NtDoc

No description available.

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

_D3DKMT_MULTIPLANE_OVERLAY2 structure

Description

Multiplane overlay structure.

Members

LayerIndex

The layer index.

Enabled

hAllocation

A handle to a device allocation.

PlaneAttributes

A structure that contains the plane attributes.

Remarks

See also