public static int ScrollWindowEx( IntPtr hWnd, int dx, int dy, ref Win32.RECT rcScroll, ref Win32.RECT rcClip, IntPtr hrgnUpdate, IntPtr rcUpdate, uint flags )
'Declaration Public Overloads Shared Function ScrollWindowEx( _ ByVal hWnd As IntPtr, _ ByVal dx As Integer, _ ByVal dy As Integer, _ ByRef rcScroll As Win32.RECT, _ ByRef rcClip As Win32.RECT, _ ByVal hrgnUpdate As IntPtr, _ ByVal rcUpdate As IntPtr, _ ByVal flags As UInteger _ ) As Integer
Win32 Class Win32 Members Overload List