hkk := SetWindowsHookEx(WH_MOUSE_LL, @MouseHook, 0, 0); ... function MouseHook(code: Integer; wparam: WPARAM; lparam: LPARAM): LRESULT; ...
確定! 回上一頁