// d3dkmthk.h
typedef struct _D3DKMT_PRESENT_RGNS {
UINT DirtyRectCount;
const RECT *pDirtyRects;
UINT MoveRectCount;
const D3DKMT_MOVE_RECT *pMoveRects;
} D3DKMT_PRESENT_RGNS;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies dirty and move regions in a present operation.
DirtyRectCountThe number of dirty rectangles.
pDirtyRectsA pointer to an array of dirty rectangles (RECTs).
MoveRectCountThe number of move rectangles.
pMoveRectsA pointer to an array of move rectangles (RECTs).