// iddcx.h
struct IDDCX_MOVEREGION {
UINT Size;
POINT SourcePoint;
RECT DestRect;
};
View the official Windows Driver Kit DDI referenceNo description available.
Gives information about the current move region.
SizeTotal size of the structure.
SourcePointThe location within the surface of the top left of the source rect. The source rect size is the same as the destination rect size.
DestRectDefines the destination rect of the move.