Ejemplo n.º 1
0
 public static extern int EnumChildWindows(IntPtr hwndParent, EnumChildProc lpEnumFunc, ref RECT lParam);
Ejemplo n.º 2
0
 public static extern int DrawAnimatedRects(IntPtr hwnd, int idAni, ref RECT lprcFrom, ref RECT lprcTo);
Ejemplo n.º 3
0
 public static extern int GetWindowRect(IntPtr hwnd, ref RECT rc);