public static extern bool AdjustWindowRectEx([In][Out] ref RawRect lpRect, WindowStyles dwStyle, bool bMenu, WindowExStyles exStyle);
public static extern bool GetClientRect(IntPtr hwnd, out RawRect lpRect);
public static extern bool AdjustWindowRect([In][Out] ref RawRect lpRect, WindowStyles dwStyle, bool hasMenu);