keyboardHook = SetWindowsHookEx(WH_KEYBOARD_LL, KeyboardProc, NULL, ... a handle to a hook (HHOOK) using the SetWindowsHookEx function.
確定! 回上一頁