Click or drag to resize

WindowsUtilitiesDecodeMessage Method

Decodes a Windows message.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string DecodeMessage(
	IntPtr handle,
	int msg,
	IntPtr wParam,
	IntPtr lParam
)

Parameters

handle
Type: SystemIntPtr
The window handle.
msg
Type: SystemInt32
The message.
wParam
Type: SystemIntPtr
The WPARAM parameter.
lParam
Type: SystemIntPtr
The LPARAM parameter.

Return Value

Type: String
A string representing the Windows message.
See Also