Esempio n. 1
0
 public static extern IntPtr WindowFromPoint(POINT Point);
Esempio n. 2
0
 public static extern bool ScreenToClient(IntPtr hwnd, ref POINT lpPoint);
Esempio n. 3
0
 public static extern IntPtr ChildWindowFromPoint(IntPtr hwndParent, POINT Point);
Esempio n. 4
0
 public static extern bool ScreenToClient(IntPtr hwnd, ref POINT lpPoint);
Esempio n. 5
0
 public static extern IntPtr ChildWindowFromPoint(IntPtr hwndParent, POINT Point);
Esempio n. 6
0
 public static extern IntPtr WindowFromPoint(POINT Point);