Example #1
0
		private extern static bool Win32ScrollWindowEx(IntPtr hwnd, int dx, int dy, IntPtr prcScroll, IntPtr prcClip, IntPtr hrgnUpdate, IntPtr prcUpdate, ScrollWindowExFlags flags);
Example #2
0
 public static extern int ScrollWindowEx(IntPtr hwnd, int xAmount, int yAmount, IntPtr lpRect, IntPtr lpClipRect, IntPtr hrgn, ref RECT updateRect, ScrollWindowExFlags flags);