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