CWindow::ScrollWindowEx

int ScrollWindowEx( int dx, int dy, LPCRECT lpRectScroll, LPCRECT lpRectClip, HRGN hRgnUpdate, LPRECT lpRectUpdate, UINT flags );

See ScrollWindowEx in the Win32 SDK.

Remarks

Scrolls the specified client area with additional features.

CWindow OverviewClass Members

See Also   CWindow::ScrollWindow, RECT