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