[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppPostMessage
The PostMessage function places (posts) a message in the message queue associated with the thread that created the specified window and then returns without waiting for the thread to process the message. This is unlike the SendMessage function, which waits until the message is processed.
Messages in a message queue are retrieved by calls to the GetMessage or PeekMessage function.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppPostMessage
(C++ Win32 API) PostMessage
A stub...The PostMessage function places (posts) a message in the message queue associated with the thread that created the specified window and then returns without waiting for the thread to process the message. This is unlike the SendMessage function, which waits until the message is processed.
Messages in a message queue are retrieved by calls to the GetMessage or PeekMessage function.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
