Win32WindowPostMessage Method |
Name | Description | |
---|---|---|
PostMessage(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.
| |
PostMessage(Int32, IntPtr) |
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.
| |
PostMessage(Int32, IntPtr, IntPtr) |
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.
|