@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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. !!!!C# Signature: [DllImport("user32.dll")] static extern bool WaitMessage(); !!!!VB Signature: Declare Function WaitMessage Lib "user32.dll" () As Boolean !!!!User-Defined Types: None. !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: WaitMessage@msdn on MSDN
Edit user32.WaitMessage
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.