JGR MSTS Editors and Tools
SendMessage Method (hWnd, msg, wParam, lParam)
NamespacesJgr.GuiNativeMethodsSendMessage(IntPtr, Int32, Int32, Int32)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Jgr.Gui.NativeMethods.SendMessage(System.IntPtr,System.Int32,System.Int32,System.Int32)"]

Declaration Syntax
C#Visual BasicVisual C++
public static int SendMessage(
	IntPtr hWnd,
	int msg,
	int wParam,
	int lParam
)
Public Shared Function SendMessage ( _
	hWnd As IntPtr, _
	msg As Integer, _
	wParam As Integer, _
	lParam As Integer _
) As Integer
public:
static int SendMessage(
	IntPtr hWnd, 
	int msg, 
	int wParam, 
	int lParam
)
Parameters
hWnd (IntPtr)

[Missing <param name="hWnd"/> documentation for "M:Jgr.Gui.NativeMethods.SendMessage(System.IntPtr,System.Int32,System.Int32,System.Int32)"]

msg (Int32)

[Missing <param name="msg"/> documentation for "M:Jgr.Gui.NativeMethods.SendMessage(System.IntPtr,System.Int32,System.Int32,System.Int32)"]

wParam (Int32)

[Missing <param name="wParam"/> documentation for "M:Jgr.Gui.NativeMethods.SendMessage(System.IntPtr,System.Int32,System.Int32,System.Int32)"]

lParam (Int32)

[Missing <param name="lParam"/> documentation for "M:Jgr.Gui.NativeMethods.SendMessage(System.IntPtr,System.Int32,System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Jgr.Gui.NativeMethods.SendMessage(System.IntPtr,System.Int32,System.Int32,System.Int32)"]

Assembly: JGR.GUI (Module: JGR.GUI) Version: 0.5.4008.31682