PostMessage

PostMessage(<hwnd>, <msg> [, <wparam>[, <lparam>[, <retindex>]]])

Wrapper for the standard PostMessage API function.

The parameters and logic of the function are completely identical to SendMessage, except that the function puts a message on the queue and does not wait for it to finish.