3 references to WAIT_FAILED
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\Misc.cs (2)
1026
if (terminationEvent == NativeMethods.
WAIT_FAILED
)
1594
if (result == NativeMethods.
WAIT_FAILED
|| result == NativeMethods.WAIT_TIMEOUT)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
133
if (result == NativeMethods.
WAIT_FAILED
|| result == NativeMethods.WAIT_TIMEOUT)