-1

The status says - connected.

enter image description here

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++?

osadchi
  • 105
  • 1
  • 10
  • 1
    [About the Network List Manager API](https://msdn.microsoft.com/en-us/library/windows/desktop/aa965303(v=vs.85).aspx) – 001 Dec 29 '16 at 16:07

1 Answers1

2

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.