Desktop Functions: Smart Device Functions:
|
Search Results for "WaitForInputIdle" in [All]Constants1: ShellAPI
public const int SEE_MASK_WAITFORINPUTIDLE = 0x02000000; 2: ShellAPI
public const int SEE_MASK_WAITFORINPUTIDLE = 0x02000000; user323: keybd_event
static extern uint WaitForInputIdle(IntPtr hProcess, uint dwMilliseconds);
Private Shared Function WaitForInputIdle( _ Process.WaitForInputIdle() shell32
SEE_MASK_WAITFORINPUTIDLE = 0x02000000, |