2 references to MsgWaitForMultipleObjects
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (2)
1004
terminationEvent = UnsafeNativeMethods.
MsgWaitForMultipleObjects
(0, null, waitAll, milliseconds, wakeMask);
1015
terminationEvent = UnsafeNativeMethods.
MsgWaitForMultipleObjects
(1, handles, waitAll, milliseconds, wakeMask);