BOOL PostMessage( UINT message, WPARAM wParam = 0, LPARAM lParam = 0 );
See PostMessage in the Win32 SDK.
Remarks
Places a message in the message queue associated with the thread that created the window. Returns without waiting for the thread to process the message.