Example #1
0
 public static extern IntPtr SetWindowsHookEx(HookType code, WindowsHookCallback func, IntPtr hInstance, int threadID);
Example #2
0
 public static extern IntPtr SetWindowsHookEx(HookType hookType, WindowsHookCallback lpfn, IntPtr hMod, uint dwThreadId);
Example #3
0
 public static extern IntPtr SetWindowsHookEx(HookType hookType, WindowsHookCallback lpfn, IntPtr hMod, uint dwThreadId);
Example #4
0
 public static extern IntPtr SetWindowsHookEx(HookType code, WindowsHookCallback func, IntPtr hInstance, int threadID);
Example #5
0
 public static extern Int32 SetWindowsHookEx(int hook_id, WindowsHookCallback lpfn, IntPtr hInstance, int threadId);