public static extern bool GetWindowRect(IntPtr hwnd, out Structures.WinapiRectangle lpRect);
 public static extern bool GetClientRect(IntPtr hWnd, out Structures.WinapiRectangle lpRect);
 public static extern void DwmExtendFrameIntoClientArea(IntPtr hWnd, ref Structures.WinapiRectangle pMargins);