Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Windows Firewall programmatically

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

like image 225
user436550 Avatar asked Sep 01 '10 02:09

user436550


1 Answers

Check the article Exercising the Firewall using C++ on MSDN.

like image 125
Kirill V. Lyadvinsky Avatar answered Oct 06 '22 00:10

Kirill V. Lyadvinsky