D3DKMT_MOVE_RECT - NtDoc

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

typedef struct _D3DKMT_MOVE_RECT {
  POINT SourcePoint;
  RECT  DestRect;
} D3DKMT_MOVE_RECT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmdt-_d3dkmt_move_rect)

_D3DKMT_MOVE_RECT structure

Description

Provides information on a screen-to-screen move and a dirty rectangle copy operation.

Members

SourcePoint

A POINT structure that describes the source (x, y) point where the source rectangle is copied from.

DestRect

A RECT structure that contains the destination rectangle where the dirty rectangle is copied to.

See also

POINT

RECT