4 references to WinEventProcDef
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\Misc.cs (1)
1617
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)
223
private NativeMethods.
WinEventProcDef
_winEventProc; // the callback handed to USER for WinEvents
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
152
NativeMethods.
WinEventProcDef
proc = new NativeMethods.WinEventProcDef (WinEventProc);
MS\Win32\UnsafeNativeMethods.cs (1)
113
internal static extern IntPtr SetWinEventHook(int eventMin, int eventMax, IntPtr hmodWinEventProc, NativeMethods.
WinEventProcDef
WinEventReentrancyFilter, uint idProcess, uint idThread, int dwFlags);