示例#1
0
文件: User32.cs 项目: AArnott/pinvoke
 public static extern IntPtr RealChildWindowFromPoint(IntPtr hwndParent, POINT ptParentClientCoords);
示例#2
0
文件: User32.cs 项目: AArnott/pinvoke
 public static extern bool ScreenToClient(IntPtr hWnd, ref POINT lpPoint);
示例#3
0
文件: User32.cs 项目: AArnott/pinvoke
 public static extern IntPtr WindowFromPhysicalPoint(POINT pt);
示例#4
0
文件: User32.cs 项目: AArnott/pinvoke
 public static extern bool GetCursorPos(out POINT lpPoint);
示例#5
0
文件: User32.cs 项目: AArnott/pinvoke
 public static extern IntPtr ChildWindowFromPointEx(IntPtr hWndParent, POINT pt, ChildWindowFromPointExFlags uFlags);
示例#6
0
文件: User32.cs 项目: AArnott/pinvoke
 public static extern bool ClientToScreen(IntPtr hWnd, ref POINT lpPoint);
示例#7
0
文件: User32.cs 项目: AArnott/pinvoke
 public static extern IntPtr WindowFromPoint(POINT Point);
示例#8
0
文件: User32.cs 项目: AArnott/pinvoke
 public static extern IntPtr ChildWindowFromPoint(IntPtr hWndParent, POINT Point);
示例#9
0
文件: User32.cs 项目: AArnott/pinvoke
 public static extern unsafe bool GetCursorPos(POINT* lpPoint);
示例#10
0
文件: User32.cs 项目: AArnott/pinvoke
 public static extern bool LogicalToPhysicalPoint(IntPtr hwnd, ref POINT lpPoint);
示例#11
0
文件: User32.cs 项目: AArnott/pinvoke
 public static extern bool LogicalToPhysicalPointForPerMonitorDPI(IntPtr hwnd, ref POINT lpPoint);
示例#12
0
文件: User32.cs 项目: AArnott/pinvoke
 public static extern IntPtr MonitorFromPoint(POINT point, int flags);
示例#13
0
文件: User32.cs 项目: AArnott/pinvoke
 public static extern IntPtr MonitorFromPoint(POINT pt, MonitorOptions dwFlags);