WindowsUtilities.DecodeMessage Method |
Decodes a Windows message.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntaxpublic static string DecodeMessage(
IntPtr handle,
int msg,
IntPtr wParam,
IntPtr lParam
)
Parameters
- handle
- Type: System.IntPtr
The window handle. - msg
- Type: System.Int32
The message. - wParam
- Type: System.IntPtr
The WPARAM parameter. - lParam
- Type: System.IntPtr
The LPARAM parameter.
Return Value
Type:
StringA string representing the Windows message.
See Also