[]
public static extern int ScrollWindowEx(IntPtr hWnd, int dx, int dy, ref Win32.RECT rcScroll, ref Win32.RECT rcClip, IntPtr hrgnUpdate, IntPtr rcUpdate, uint flags)
| Type | Name | Description |
|---|---|---|
| IntPtr | hWnd | |
| int | dx | |
| int | dy | |
| Win32.RECT | rcScroll | |
| Win32.RECT | rcClip | |
| IntPtr | hrgnUpdate | |
| IntPtr | rcUpdate | |
| uint | flags |
| Type | Description |
|---|---|
| int |
public static extern int ScrollWindowEx(IntPtr hWnd, int dx, int dy, ref Win32.RECT prcScroll, ref Win32.RECT prcClip, IntPtr hrgnUpdate, ref Win32.RECT prcUpdate, int flags)
| Type | Name | Description |
|---|---|---|
| IntPtr | hWnd | |
| int | dx | |
| int | dy | |
| Win32.RECT | prcScroll | |
| Win32.RECT | prcClip | |
| IntPtr | hrgnUpdate | |
| Win32.RECT | prcUpdate | |
| int | flags |
| Type | Description |
|---|---|
| int |