D3DKMT_MULTIPLANE_OVERLAY structure (d3dkmthk.h)
The D3DKMT_MULTIPLANE_OVERLAY structure contains information that is used to define a multiplane overlay.
Syntax
typedef struct D3DKMT_MULTIPLANE_OVERLAY {
UINT LayerIndex;
BOOL Enabled;
D3DKMT_HANDLE hAllocation;
D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES PlaneAttributes;
} D3DKMT_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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | d3dkmthk.h |