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