IDDCX_MOVEREGION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

struct IDDCX_MOVEREGION {
  UINT  Size;
  POINT SourcePoint;
  RECT  DestRect;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iddcx-iddcx_moveregion)

IDDCX_MOVEREGION structure

Description

Gives information about the current move region.

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.