Click or drag to resize

MessagingPostMessage method

Wrapper for external PostMessage.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntax
public static bool PostMessage(
	
	IntPtr hwnd,
	
	int msg,
	
	IntPtr wparam,
	
	IntPtr lparam
)

Parameters

hwnd  IntPtr
Window handle.
msg  Int32
Message to be posted.
wparam  IntPtr
Pointer to the message.
lparam  IntPtr
Length of the message.

Return value

Boolean
True on success.
See also