以编程方式使用 Windows 防火墙
我很难在 C++ 中找到与 Windows 防火墙相关的任何内容(关于如何将应用程序添加到例外列表、关闭端口或禁用对某些应用程序的互联网访问)。我发现甚至 MS 网站也显示了 Visual Basic 中的示例。
在哪里可以找到 C++ 示例?
谢谢
I have difficulties to find anything related to Windows firewall (about how to add aplications to except list, close ports or disable internet access to some applications) in C++. I found even MS site shows examples in Visual Basic.
Where I can find examples in C++?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看文章使用 C++ 执行防火墙在 MSDN 上。
Check the article Exercising the Firewall using C++ on MSDN.
使用 Windows Vista 及更高版本时,具有高级安全性的 Windows 防火墙 API 也可用。
When working with Windows Vista and later, the Windows Firewall with Advanced Security API is also available.