The message contains hwnd, ulMsgid, mpParam1, mpParam2, and the time and pointer position when this function is called.

WinPostMsg returns immediately, while WinSendMsg waits for the receiver to return.

A thread which does not have a message queue can still call WinPostMsg but cannot call WinSendMsg.


[Back] [Next]