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