Discussion:
How to retreive IPv6 addresses of an interface
(too old to reply)
Arsalan Ahmad
2007-04-02 12:51:57 UTC
Permalink
Hello all,

Could anyone please tell me any API that I can use to retrieve list of IPv6
addresses of an interface or all interfaces on a PC?

Thanks,

Arsalan
Niu Kun
2007-04-02 14:19:11 UTC
Permalink
Post by Arsalan Ahmad
Could anyone please tell me any API that I can use to retrieve list of
IPv6 addresses of an interface or all interfaces on a PC?
Hi,

If you are using Windows XP or above,
You can try GetAdaptersAddresses in Iphlpapi.h

Loading...