// d3dkmthk.h
typedef struct _D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION {
D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_FLAGS Flags;
RECT SrcRect;
RECT DstRect;
D3DDDI_ROTATION Rotation;
} D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION;
View the official Windows Driver Kit DDI referenceNo description available.
Contains multiplane overly post composition info.
FlagsFlag options.
SrcRectSpecifies the source rectangle.
DstRectSpecifies the destination rectangle.
RotationSpecifies the clockwise rotation of the overlay plane.