Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - scrollwindow() scroll a region of a window http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ScrollWindow()         Scroll a region of a window
--------------------------------------------------------------------------------

   Syntax:              ScrollWindow( <hWnd>, <nCol>, <nRow>, <aRect>,
                                      <aClip> )  --> nil

   Parameters:

   <hWnd>               Identifies the window to be scrolled.

   <nCol>               Specifies the amount in device units of horizontal
                        scrolling. This parameter must be a negative value
                        to scroll to the left.

   <nRow>               Specifies the amount in device units of vertical
                        scrolling. This parameter must be a negative value
                        to scroll up.

   <aRect>              Specifies the portion of client area to be scrolled:
                        { nTop, nLeft, nBottom, nRight }

   <aClip>              Specifies the clipping rectangle to be scrolled:
                        { nTop, nLeft, nBottom, nRight }

   Returns:             nil

   Source code:         SOURCE\\WINAPI\\Clt2Scr.c

   See also:            ClientToScreen()


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson