The WaitMessage function yields control to other threads when a thread has no other messages in its message queue. The WaitMessage function suspends the thread and does not return until a new message is placed in the thread's message queue.
3/16/2010 11:51:25 PM - 66.249.65.229
The WaitMessage function yields control to other threads when a thread has no other messages in its message queue. The WaitMessage function suspends the thread and does not return until a new message is placed in the thread's message queue.
3/16/2010 11:51:25 PM - 66.249.65.229
.
static extern bool WaitMessage();
.
Declare Function WaitMessage Lib "user32.dll" () As Boolean