BOOL ScrollWindow( int xAmount, int yAmount, LPCRECT lpRect = NULL, LPCRECT lpClipRect = NULL );
See ScrollWindow in the Win32 SDK.
Remarks
Scrolls the specified client area.
CWindow Overview | Class Members
See Also CWindow::ScrollWindowEx, RECT