Difference between ::PostMessage and ::SendMessage APIs
The difference between these two APIs is that the way they return control to the calling application. With SendMessage, the control doesn’t return to the calling application until the window process the message. However, PostMessage returns the control immediately after the message push to the windows message queue regardless whether the sent message has been processed or not.
No comments yet.
Leave a comment
-
Archives
- September 2008 (1)
- August 2008 (4)
- July 2008 (5)
-
Categories
-
RSS
Entries RSS
Comments RSS