This method scrolls the specified client area with additional features.
At a Glance
| Header file: | Atlwin.h |
| Windows CE versions: | 2.0 and later |
| Complete documentation: | Visual C++ documentation |
Syntax
int ScrollWindowEx( int dx, int dy, LPCRECT lpRectScroll,
LPCRECT lpRectClip, HRGN hRgnUpdate, LPRECT lpRectUpdate,
UINT flags );
Remarks
Windows CE does not support the SW_SCROLLCHILDREN flag in the flags parameter to this method.