Hi,
What is the difference between Send Message and Post Message API ?
Printable View
Hi,
What is the difference between Send Message and Post Message API ?
Only the technique used in returning is the difference.Quote:
The SendMessage function sends the specified message to a window or windows. The function calls the window procedure for the specified window and does not return until the window procedure has processed the message. The PostMessage function, in contrast, posts a message to a thread’s message queue and returns immediately.
great. thanks for clarification. :D