Click or drag to resize

Win32WindowPostMessage Method (Int32, IntPtr)

Places (posts) a message in the message queue associated with the thread that created this window and returns without waiting for the thread to process the message.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool PostMessage(
	int msg,
	IntPtr wParam
)

Parameters

msg
Type: SystemInt32
The message to be sent.
wParam
Type: SystemIntPtr
Additional message-specific information.

Return Value

Type: Boolean
true if the call succeeded, false otherwise.
See Also