The status says - connected.
In windows 10 I have list of configured internet connections, how I can get that list and connect to or disconnect from one of them programmatically with C++?
The status says - connected.
In windows 10 I have list of configured internet connections, how I can get that list and connect to or disconnect from one of them programmatically with C++?
I suggest you to take a look at https://www.codeproject.com/articles/574446/using-network-list-manager-cplusplus
I hope this will help you also I provide you full project source I learned from it.