Exemplo n.º 1
0
 public static extern IntPtr SendMessage(IntPtr hWnd, AcWinAPI.WM Msg, int wParam, [MarshalAs(UnmanagedType.LPWStr)] string lParam);
Exemplo n.º 2
0
 public static extern IntPtr SendMessage(IntPtr hWnd, AcWinAPI.WM Msg, int wParam, int lParam);
Exemplo n.º 3
0
 public static extern IntPtr SendMessage(IntPtr hWnd, AcWinAPI.WM Msg, IntPtr wParam, StringBuilder lParam);