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