コード例 #1
0
ファイル: User32.cs プロジェクト: Gainedge/BetterExplorer
		public static extern bool GetCursorPos(out POINT lpPoint);
コード例 #2
0
 public void SetItemPosition(int t, Interop.POINT pt)
 {
     throw new NotImplementedException();
 }