2 references to WinEventProcDef
UIAutomationClient (2)
MS\Internal\Automation\WinEventWrap.cs (1)
307private NativeMethods.WinEventProcDef _winEventProc; // the callback handed to USER for WinEvents
MS\Win32\UnsafeNativeMethods.cs (1)
164internal static extern IntPtr SetWinEventHook(int eventMin, int eventMax, IntPtr hmodWinEventProc, NativeMethods.WinEventProcDef WinEventReentrancyFilter, uint idProcess, uint idThread, int dwFlags);