Win32WindowPostMessage Method (Int32) |
Places (posts) a message in the message queue associated with the thread that created this window and returns without waiting for the thread to process the message.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool PostMessage(
int msg
)
Parameters
- msg
- Type: SystemInt32
The message to be sent.
Return Value
Type:
Booleantrue if the call succeeded,
false otherwise.
See Also