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