Example #1
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);
Example #2
0
 internal static extern bool GetCursorPos(out InteropValues.POINT pt);
Example #3
0
 internal static extern IntPtr MonitorFromPoint(InteropValues.POINT pt, int flags);