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