示例#1
0
 internal static extern bool GetCursorPos(out InteropValues.POINT pt);
示例#2
0
 internal static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDest, ref InteropValues.POINT pptDest, ref InteropValues.SIZE psize, IntPtr hdcSrc, ref InteropValues.POINT pptSrc, uint crKey, [In] ref InteropValues.BLENDFUNCTION pblend, uint dwFlags);
示例#3
0
 internal static extern IntPtr ChildWindowFromPointEx(IntPtr hwndParent, InteropValues.POINT pt, int uFlags);
示例#4
0
 internal static extern IntPtr MonitorFromPoint(InteropValues.POINT pt, int flags);