User32PostThreadMessage Method

Overload List

PostThreadMessage(Int32, WindowMessages, IntPtr, IntPtr) Places (posts) a message to the message queue of the specified thread.

It returns without waiting for the thread to process the message.

PostThreadMessage(Int32, Int32, IntPtr, IntPtr) Places (posts) a message to the message queue of the specified thread.

It returns without waiting for the thread to process the message.

See Also