The FpcNlmConnectivity enumerated type contains values that specify Network List Manager (NLM) connectivity.
typedef enum { fpcNlmConnectivityDISCONNECTED
The underlying network interfaces have no connectivity to any network.
= 0, fpcNlmConnectivityIPV4_NOTRAFFIC
There is connectivity to a network, but the service cannot detect any IPv4 Network Traffic.
= 0x1, fpcNlmConnectivityIPV6_NOTRAFFIC
There is connectivity to a network, but the service cannot detect any IPv6 Network Traffic.
= 0x2, fpcNlmConnectivityIPV4_SUBNET
There is connectivity to the local subnet using the IPv4 protocol.
= 0x10, fpcNlmConnectivityIPV4_LOCALNETWORK
There is connectivity to a routed network using the IPv4 protocol.
= 0x20, fpcNlmConnectivityIPV4_INTERNET
There is connectivity to the Internet using the IPv4 protocol.
= 0x40, fpcNlmConnectivityIPV6_SUBNET
There is connectivity to the local subnet using the IPv6 protocol.
= 0x100, fpcNlmConnectivityIPV6_LOCALNETWORK
There is connectivity to a local network using the IPv6 protocol.
= 0x200 } FpcNlmConnectivity;
The underlying network interfaces have no connectivity to any network.
There is connectivity to a network, but the service cannot detect any IPv4 Network Traffic.
There is connectivity to a network, but the service cannot detect any IPv6 Network Traffic.
There is connectivity to the local subnet using the IPv4 protocol.
There is connectivity to a routed network using the IPv4 protocol.
There is connectivity to the Internet using the IPv4 protocol.
There is connectivity to the local subnet using the IPv6 protocol.
There is connectivity to a local network using the IPv6 protocol.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.