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