Ejemplo n.º 1
0
 public static extern int SendMessage(IntPtr hWnd, int msg, int wParam, ref APIsStructs.POINTAPI lParam);
Ejemplo n.º 2
0
 public static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, ref APIsStructs.POINTAPI pptDst, ref APIsStructs.SIZE psize,
                                               IntPtr hdcSrc, ref APIsStructs.POINTAPI pprSrc, Int32 crKey, ref APIsStructs.BLENDFUNCTION pblend, APIsEnums.UpdateLayeredWindowFlags dwFlags);
Ejemplo n.º 3
0
 public static extern bool ClientToScreen(IntPtr hWnd, ref APIsStructs.POINTAPI pt);
Ejemplo n.º 4
0
 static public extern bool ScreenToClient(IntPtr hWnd, ref APIsStructs.POINTAPI point);