Ejemplo n.º 1
0
 public static extern bool SystemParametersInfo(int uiAction, int uiParam, ref RectInter pvParam, int fWinIni);
Ejemplo n.º 2
0
 public static extern IntPtr GetClientRect(IntPtr hWnd, out RectInter pRect);
Ejemplo n.º 3
0
 public static extern bool AdjustWindowRectEx(ref RectInter pRect, uint dwStyle, bool bMenu, uint dwExStyle);
Ejemplo n.º 4
0
 public static extern IntPtr GetWindowRect(IntPtr hWnd, out RectInter pRect);