WindowsUtilitiesDecodeMessage Method |
Decodes a Windows message.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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:
StringA string representing the Windows message.
See Also