Reputation: 208
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
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