WindowsUtilitiesDecodeMessage Method |
Decodes a Windows message.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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