Example #1
0
 public static extern bool ScrollWindow(IntPtr hwnd, int xAmount, int yAmount, User32Rect *lpRect, User32Rect *lpClipRect);
Example #2
0
 public static extern int ScrollWindowEx(IntPtr hwnd, int dx, int dy, User32Rect *lpRectScroll, User32Rect *lpRectClip, IntPtr hRgnUpdate, User32Rect *lpRectUpdate, uint uFlags);
Example #3
0
 public static extern bool RedrawWindow(IntPtr hwnd, User32Rect *lpRectUpdate, IntPtr hRgnUpdate, uint flags);
Example #4
0
 public static extern bool ValidateRect(IntPtr hwnd, User32Rect *lpRect);
Example #5
0
 public static extern bool InvalidateRect(IntPtr hwnd, User32Rect *lpRect, bool bErase);
Example #6
0
 public static extern bool GetClientRect(IntPtr hwnd, User32Rect *lpRect);
Example #7
0
 public static extern bool GetWindowRect(IntPtr hwnd, User32Rect *lpRect);