public static extern IntPtr GetWindowRect(IntPtr hwnd, ref RECT rc);
public static extern IntPtr GetClientRect(IntPtr hwnd, ref RECT rc);