// here I put WH_MOUSE instead of WH_MOUSE_LL hMouseHook = SetWindowsHookEx( WH_MOUSE_LL, mouseProc, hInstance, NULL );. Fourth param must also be changed ...
確定! 回上一頁