コード例 #1
0
 public ActiveWindowHook()
 {
     _winEventProc = WinEventProc;
 }
コード例 #2
0
ファイル: ActiveWindowHook.cs プロジェクト: caesay/Hurricane
 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);