Setting WH_KEYBOARD hook fails with error 1428. This is my C++ code: #include <iostream> #include <windows.h> HHOOK hook; LRESULT CALLBACK keyboardHook(int ...
確定! 回上一頁