I am having problems understanding the ScrollWindow function.
1.) When I scroll the client area by -x amount what are is invalidated and sent to WM_PAINT Suppose if I scroll vertically by -cyChar, is the bottom of client area invalidated Or is the whole rect structure defined in function is invalidated.
2.) What is the use of the Clipping region which is the last argument of the function.