IDDCX_MOVEREGION structure (iddcx.h)

Gives information about the current move region.

Syntax

struct IDDCX_MOVEREGION {
  UINT  Size;
  POINT SourcePoint;
  RECT  DestRect;
};

Members

Size

Total size of the structure.

SourcePoint

The location within the surface of the top left of the source rect. The source rect size is the same as the destination rect size.

DestRect

Defines the destination rect of the move.

Requirements

Requirement Value
Header iddcx.h