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