public static extern IntPtr SetWindowsHookEx(WHConstants idHook, HookProcedureDelegate lpfn, IntPtr hInstance, int threadId);
 public static extern IntPtr SetWindowsHookEx(WHConstants idHook, HookProcedureDelegate lpfn, IntPtr hInstance, int threadId);