var moduleHandle = UnsafeNativeMethods.GetModuleHandle(null);. var setHookResult = UnsafeNativeMethods.SetWindowsHookEx(WH_MOUSE_LL, proc, moduleHandle, 0);.
確定! 回上一頁