That is:
Hook:=SetWindowsHookEx (WH_JOURNALRECORD KeyboardHookProc, HInstance, 0).//failure
That is:
Hook:=SetWindowsHookEx (WH_KEYBOARD KeyboardHookProc, HInstance, 0).//success
After baidu as WH_JOURNALRECORD affected by UCA does not handle, but there is no solution, please expert guidance,
CodePudding user response:
With administrator privileges to run?