public static extern bool SystemParametersInfo(int uiAction, int uiParam, ref RectInter pvParam, int fWinIni);
public static extern IntPtr GetClientRect(IntPtr hWnd, out RectInter pRect);
public static extern bool AdjustWindowRectEx(ref RectInter pRect, uint dwStyle, bool bMenu, uint dwExStyle);
public static extern IntPtr GetWindowRect(IntPtr hWnd, out RectInter pRect);