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