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