Example #1
0
 public static extern bool AdjustWindowRect(ref NativeRectangle lpRect, uint dwStyle, [MarshalAs(UnmanagedType.Bool)] bool bMenu);
Example #2
0
 public static extern bool GetWindowRect(IntPtr hWnd, out NativeRectangle lpRect);
Example #3
0
 public static extern bool ClipCursor(ref NativeRectangle lpRect);
Example #4
0
 public static extern bool GetClientRect(IntPtr hWnd, out NativeRectangle lpRect);
Example #5
0
 public static extern bool GetClipCursor(out NativeRectangle lpRect);