Click or drag to resize

MessagingPostMessage Methode

Wrapper for external PostMessage.

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

Parameter

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

Rückgabewert

Boolean
True on success.
Siehe auch