Internet Explorer 是否向 BHO 提供通过 HTTP 下载文件的功能?
我目前正在编写的浏览器帮助器插件(C++)需要一个域列表才能工作。 该列表必须每周更新一次,并且可以通过 HTTP 以文本文件形式提供。 Internet Explorer 是否提供下载此文件的方法,还是必须使用 libcurl? 我搜索了 MSDN 但没有找到任何有用的信息。
A Browser Helper Plugin I'm writing at the moment (C++) needs a list of domains for its work.
This list must be updated weekly and is available as textfile over HTTP.
Does Internet Explorer offer a method to download this file or do I have to use libcurl?
I searched MSDN but didn't find anything helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅
URLDownloadToFile
功能。See
URLDownloadToFile
function.