Exemplo n.º 1
0
 public static extern int MapWindowPoints(IntPtr hwndFrom, IntPtr hwndTo, ref POINT lpPoints, [MarshalAs(UnmanagedType.U4)] int cPoints);
Exemplo n.º 2
0
 public static extern bool GetPhysicalCursorPos(out POINT cursorLocation);