PostThreadMessage(Thread, 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(Thread, 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. |