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 "WaitForInputIdle" in [All]

Constants

.

    public const int SEE_MASK_WAITFORINPUTIDLE  = 0x02000000;

.

    public const int SEE_MASK_WAITFORINPUTIDLE  = 0x02000000;

user32

.
Note
WaitForInputIdle (Warning this will only wait once! See Raymond Chen's Blog Post http://blogs.msdn.com/b/oldnewthing/archive/2010/03/25/9984720.aspx ), or a Sleep may be required to assure Window is ready for input:
.
Summary
.

static extern uint WaitForInputIdle(IntPtr hProcess, uint dwMilliseconds);

.

Private Shared Function WaitForInputIdle( _

.

Process.WaitForInputIdle()

.
Documentation
[WaitForInputIdle] on MSDN

shell32

.

        SEE_MASK_WAITFORINPUTIDLE = 0x02000000,


 
Access PInvoke.net directly from VS: