Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WinHttpCrackurl 上的 MSDN 文档强调说它“同步”运行。但是,有人可以提供一些权威文档,说明 WinHttpCrackurl 尝试或不尝试网络连接吗?我搜索无果,并希望避免拆卸该功能。谢谢。
WinHttpCrackUrl() 不以任何方式使用网络。没有文档说明这一点,但它所做的只是将输入字符串解析为其各个组件,仅此而已,因此不需要网络。
WinHttpCrackUrl()