// 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 referenceNo description available.
Multiplane overlay structure.
LayerIndexThe layer index.
EnabledhAllocationA handle to a device allocation.
PlaneAttributesA structure that contains the plane attributes.