4 references to WinEventProcDef
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\Misc.cs (1)
1646
internal static IntPtr SetWinEventHook(int eventMin, int eventMax, IntPtr hmodWinEventProc, NativeMethods.
WinEventProcDef
WinEventReentrancyFilter, uint idProcess, uint idThread, int dwFlags)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (1)
234
private NativeMethods.
WinEventProcDef
_winEventProc; // the callback handed to USER for WinEvents
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
164
NativeMethods.
WinEventProcDef
proc = new NativeMethods.WinEventProcDef (WinEventProc);
MS\Win32\UnsafeNativeMethods.cs (1)
127
internal static extern IntPtr SetWinEventHook(int eventMin, int eventMax, IntPtr hmodWinEventProc, NativeMethods.
WinEventProcDef
WinEventReentrancyFilter, uint idProcess, uint idThread, int dwFlags);