Declaration
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)
Public Shared Function ScrollWindowEx(hWnd As IntPtr, dx As Integer, dy As Integer, ByRef rcScroll As Win32.RECT, ByRef rcClip As Win32.RECT, hrgnUpdate As IntPtr, rcUpdate As IntPtr, flags As UInteger) As Integer
Parameters
Returns
Declaration
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)
Public Shared Function ScrollWindowEx(hWnd As IntPtr, dx As Integer, dy As Integer, ByRef prcScroll As Win32.RECT, ByRef prcClip As Win32.RECT, hrgnUpdate As IntPtr, ByRef prcUpdate As Win32.RECT, flags As Integer) As Integer
Parameters
Returns