VisualC++ Tips

Just another WordPress.com weblog

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.

August 21, 2008 - Posted by afsalm | Uncategorized | | No Comments Yet

No comments yet.

Leave a comment