[]
        
(Showing Draft Content)

C1.Util.Win.Win32.ScrollWindowEx

ScrollWindowEx Method

ScrollWindowEx(nint, int, int, ref RECT, ref RECT, nint, nint, uint)

Declaration
public static extern int ScrollWindowEx(nint hWnd, int dx, int dy, ref Win32.RECT rcScroll, ref Win32.RECT rcClip, nint hrgnUpdate, nint 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
Type Name Description
nint hWnd
int dx
int dy
Win32.RECT rcScroll
Win32.RECT rcClip
nint hrgnUpdate
nint rcUpdate
uint flags
Returns
Type Description
int

ScrollWindowEx(nint, int, int, ref RECT, ref RECT, nint, ref RECT, int)

Declaration
public static extern int ScrollWindowEx(nint hWnd, int dx, int dy, ref Win32.RECT prcScroll, ref Win32.RECT prcClip, nint 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
Type Name Description
nint hWnd
int dx
int dy
Win32.RECT prcScroll
Win32.RECT prcClip
nint hrgnUpdate
Win32.RECT prcUpdate
int flags
Returns
Type Description
int