CWnd::ValidateRgn

Validates the client area within the given region by removing the region from the current update region of the window.

void ValidateRgn(
   CRgn* pRgn 
);

Parameters

  • pRgn
    A pointer to a CRgn object that identifies a region that defines the area to be removed from the update region. If this parameter is NULL, the entire client area is removed.

Remarks

The given region must have been created previously by a region function. The region coordinates are assumed to be client coordinates.

The BeginPaint member function automatically validates the entire client area. Neither the ValidateRect nor the ValidateRgn member function should be called if a portion of the update region must be validated before the next WM_PAINT message is generated.

Requirements

Header: afxwin.h

See Also

Reference

CWnd Class

Hierarchy Chart

ValidateRgn

CWnd::ValidateRect

Concepts

CWnd Members