Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>scrolldc</b> scroll rectangle http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ScrollDC             Scroll Rectangle

BOOL ScrollDC(hDC, dx, dy, lprcScroll, lprcClip, hrgnUpdate, lprcUpdate)
HDC hDC;
int dx; /* Horizontal scroll units */
int dy; /* Vertical scroll units */
LPRECT lprcScroll; /* Rectangle to scroll */
LPRECT lprcClip; /* Scroll area within both rectangles */
HRGN hrgnUpdate; /* NULL or handle to scroll region to be uncovered */
LPRECT lprcUpdate; /* Rectangle that must be updated after scroll */

Returns:    Non-zero if ok otherwise zero.

See Also: ScrollWindow

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