D3DKMT_PRESENT_RGNS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_present_rgns)

_D3DKMT_PRESENT_RGNS structure

Description

Specifies dirty and move regions in a present operation.

Members

DirtyRectCount

The number of dirty rectangles.

pDirtyRects

A pointer to an array of dirty rectangles (RECTs).

MoveRectCount

The number of move rectangles.

pMoveRects

A pointer to an array of move rectangles (RECTs).

See also

RECT