Click or drag to resize

Win32PostMessage Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.Win32.PostMessage(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 PostMessage(
	IntPtr hwnd,
	int msg,
	int wParam,
	IntPtr lParam
)

Parameters

hwnd
Type: SystemIntPtr

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

msg
Type: SystemInt32

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

wParam
Type: SystemInt32

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

lParam
Type: SystemIntPtr

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

Return Value

Type: Int32

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

See Also