2 references to TryMsgWaitForMultipleObjects
UIAutomationClient (2)
MS\Internal\Automation\Misc.cs (1)
542
int terminationEvent =
TryMsgWaitForMultipleObjects
(handle, waitAll, milliseconds, wakeMask, ref lastWin32Error);
MS\Internal\Automation\QueueProcessor.cs (1)
152
int result = Misc.
TryMsgWaitForMultipleObjects
(handle, false, UnsafeNativeMethods.INFINITE, UnsafeNativeMethods.QS_ALLINPUT, ref lastWin32Error);