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