2 references to MsgWaitForMultipleObjects
UIAutomationClient (2)
MS\Internal\Automation\Misc.cs (2)
475
terminationEvent = UnsafeNativeMethods.
MsgWaitForMultipleObjects
(0, null, waitAll, milliseconds, wakeMask);
485
terminationEvent = UnsafeNativeMethods.
MsgWaitForMultipleObjects
(1, handles, waitAll, milliseconds, wakeMask);