Click or drag to resize

Win32WindowSendMessage Method (Int32)

Sends the specified message to this window. The SendMessage function calls the window procedure for this window and does not return until the window procedure has processed the message.

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

Parameters

msg
Type: SystemInt32
The message to be sent.

Return Value

Type: IntPtr
Specifies the result of the message processing; it depends on the message sent.
See Also