search

Home  >  Q&A  >  body text

c++ - cgo Internet Settings 刷新

更改注册表
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
IE不实时刷新
我看 C++通过InternetSetOption 来刷新
我想用cgo来搞定
但是golang默认装的C库太少 貌似只看到了 runtime.h
wininet.h wininet.lib
一些都不存在.而且不熟悉C++
求大神来个demo

阿神阿神2805 days ago636

reply all(1)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-17 11:17:30

    Because cgo does not have C++ macros, it is still very troublesome to solve the problem
    A kid gave me a new idea and solved it by calling dll
    Then call Wininet.dll--InternetSetOptionA
    Problem solved

    reply
    0
  • Cancelreply