// d3dkmdt.h
typedef struct _D3DKMT_MOVE_RECT {
POINT SourcePoint;
RECT DestRect;
} D3DKMT_MOVE_RECT;
View the official Windows Driver Kit DDI referenceNo description available.
Provides information on a screen-to-screen move and a dirty rectangle copy operation.
SourcePointA POINT structure that describes the source (x, y) point where the source rectangle is copied from.
DestRectA RECT structure that contains the destination rectangle where the dirty rectangle is copied to.