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