public ActiveWindowHook()
 {
     _winEventProc = WinEventProc;
 }
Beispiel #2
0
 public ActiveWindowHook()
 {
     _winEventProc = WinEventProc;
 }
Beispiel #3
0
 internal static extern IntPtr SetWinEventHook(uint eventMin, uint eventMax, IntPtr hmodWinEventProc, NativeDelegates.WinEventDelegate lpfnWinEventProc, uint idProcess, uint idThread, uint dwFlags);