// 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 referenceNo description available.
The D3DKMT_MULTIPLANE_OVERLAY structure contains information that is used to define a multiplane overlay.
LayerIndexThe layer index.
EnabledBoolean value that specifies whether the overlay is enabled for display.
hAllocationA handle to a device allocation.
PlaneAttributesA D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES structure that contains the plane's attributes.