Exemple #1
0
 public static extern bool GetCursorPos(out NativeStructs.POINT lpPoint);
Exemple #2
0
 public static extern IntPtr RealChildWindowFromPoint(IntPtr hwndParent, NativeStructs.POINT ptParentClientCoords);
Exemple #3
0
 public static extern IntPtr WindowFromPoint(NativeStructs.POINT Point);
Exemple #4
0
 public static extern IntPtr ChildWindowFromPoint(IntPtr hWndParent, NativeStructs.POINT Point);
Exemple #5
0
 public static extern bool ScreenToClient(IntPtr hWnd, ref NativeStructs.POINT lpPoint);