Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "WaitMessage" in [All]

user32

.
Summary
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.
.

static extern bool WaitMessage();

.

  Declare Function WaitMessage Lib "user32.dll" () As Boolean

.
Documentation
[WaitMessage] on MSDN

 
Access PInvoke.net directly from VS: