SetWindowsHookExW (WH_CALLWNDPROC, (HOOKPROC)HookProc, 0, GetCurrentThreadId()); Step 2) In the hook proc, intercept HC_ACTION and call ...
確定! 回上一頁