コード例 #1
0
ファイル: Win32.cs プロジェクト: 450640526/HtmExplorer
 public static extern IntPtr WindowFromPoint(POINT Point);
コード例 #2
0
 public static extern IntPtr WindowFromPoint(POINT Point);
コード例 #3
0
ファイル: Win32.cs プロジェクト: 450640526/HtmExplorer
 public static extern bool GetCursorPos(out POINT lpPoint);
コード例 #4
0
 public static extern bool GetCursorPos(out POINT lpPoint);