[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppSendMessage
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.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppSendMessage
(C++ Win32 API) SendMessage
A stub...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.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
