Click or drag to resize

Win32SendMessage Method (IntPtr, Int32, Int32, IntPtr)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.Win32.SendMessage(System.IntPtr,System.Int32,System.Int32,System.IntPtr)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static int SendMessage(
	IntPtr hWnd,
	int msg,
	int wParam,
	IntPtr lParam
)

Parameters

hWnd
Type: SystemIntPtr

[Missing <param name="hWnd"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.SendMessage(System.IntPtr,System.Int32,System.Int32,System.IntPtr)"]

msg
Type: SystemInt32

[Missing <param name="msg"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.SendMessage(System.IntPtr,System.Int32,System.Int32,System.IntPtr)"]

wParam
Type: SystemInt32

[Missing <param name="wParam"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.SendMessage(System.IntPtr,System.Int32,System.Int32,System.IntPtr)"]

lParam
Type: SystemIntPtr

[Missing <param name="lParam"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.SendMessage(System.IntPtr,System.Int32,System.Int32,System.IntPtr)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.Win32.SendMessage(System.IntPtr,System.Int32,System.Int32,System.IntPtr)"]

See Also