private IntPtr HookProc(int nCode, IntPtr wParam, IntPtr lParam) { //if (nCode > 0) return(WinApi.CallNextHookEx(_orgHook, nCode, wParam, lParam)); }