SendMessage Method
SendMessage(IntPtr, int, IntPtr, string)
Declaration
public static extern IntPtr SendMessage(IntPtr hWnd, int wMsg, IntPtr wParam, string lParam)
Parameters
Returns
SendMessage(IntPtr, int, int, int)
Declaration
public static extern int SendMessage(IntPtr hWnd, int Msg, int wParam, int lParam)
Parameters
Returns
SendMessage(IntPtr, uint, IntPtr, IntPtr)
Declaration
public static extern IntPtr SendMessage(IntPtr hWnd, uint wMsg, IntPtr wParam, IntPtr lParam)
Parameters
Returns
SendMessage(IntPtr, int, IntPtr, IntPtr)
Declaration
public static extern int SendMessage(IntPtr hWnd, int wMsg, IntPtr wParam, IntPtr lParam)
Parameters
Returns
SendMessage(IntPtr, uint, IntPtr, ref LVITEM)
Declaration
public static extern IntPtr SendMessage(IntPtr hWnd, uint wMsg, IntPtr wParam, ref Win32.LVITEM lParam)
Parameters
Returns
SendMessage(IntPtr, uint, IntPtr, EDITSTREAM)
Declaration
public static extern IntPtr SendMessage(IntPtr hWnd, uint wMsg, IntPtr wParam, Win32.EDITSTREAM lParam)
Parameters
Returns
SendMessage(IntPtr, uint, IntPtr, EDITSTREAM64)
Declaration
public static extern IntPtr SendMessage(IntPtr hWnd, uint wMsg, IntPtr wParam, Win32.EDITSTREAM64 lParam)
Parameters
Returns
SendMessage(IntPtr, int, IntPtr, ref RECT)
Declaration
public static extern int SendMessage(IntPtr hWnd, int wMsg, IntPtr wParam, ref Win32.RECT lParam)
Parameters
Returns
SendMessage(IntPtr, int, int, ref POINT)
Declaration
public static extern IntPtr SendMessage(IntPtr hWnd, int msg, int wParam, ref Win32.POINT lParam)
Parameters
Returns