Zenoc
Zenoc

Reputation: 208

Get all IPv6 addresses on all interfaces (Windows)

I have a solution using WMI, unfortunately only on Windows Vista and above. On WinXP/2003 WMI will only return IPv4 adresses. Is there any way to get all assigned addresses including IPv6 ones on WinXP?

Adt: No .NET, just WMI or WinAPI please.

Upvotes: 0

Views: 1232

Answers (1)

Zenoc
Zenoc

Reputation: 208

Well, after some more hours of googling, I finally found GetAdaptersAddresses() in the MSDN library.

Sometimes you just use the wrong search terms it seems.

Upvotes: 1

Related Questions