Home > Back-end >  Consult: Windows 7 system under the WH_JOURNALRECORD callback
Consult: Windows 7 system under the WH_JOURNALRECORD callback

Time:09-24

Under windos7, through setting global variables, DLL using WH_JOURNALRECORD call fails, if is WH_KEYBOARD call succeeded, how can I solve,
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?
  • Related