2 references to SetWinEventHook
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (1)
88
_hHooks[0] = Misc.
SetWinEventHook
(_eventMin, _eventMax, IntPtr.Zero, _winEventProc, 0, 0, _fFlags);
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
188
hp._winEventHook = Misc.
SetWinEventHook
(hp._evtId, hp._evtId, IntPtr.Zero, proc, processId, 0, NativeMethods.WINEVENT_OUTOFCONTEXT);