Is there a way to detect if the IPv6 protocol is installed without looping through all available IP addresses and checking for IPv6 addresses? I can't find anything on msdn.
+3
A:
You can use WSCEnumProtocols to detect if IPv6 is available on the machine.
Vinzenz
2010-10-13 13:27:28