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