Searched refs:KeybdHook (Results 1 – 1 of 1) sorted by relevance
1318 LRESULT CALLBACK KeybdHook(int nCode, WPARAM wParam, LPARAM lParam) in KeybdHook() function1628 keybd_hook = SetWindowsHookEx(WH_KEYBOARD, KeybdHook, NULL, GetCurrentThreadId()); in OnRecordmacro()