views:

34

answers:

1

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