Win32WindowSendMessage Method (Int32, IntPtr) |
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:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IntPtr SendMessage(
int msg,
IntPtr wParam
)
Parameters
- msg
- Type: SystemInt32
The message to be sent. - wParam
- Type: SystemIntPtr
Additional message-specific information.
Return Value
Type:
IntPtrSpecifies the result of the message processing; it depends on the message sent.
See Also