FpcNlmConnectivity Enumeration

The FpcNlmConnectivity enumerated type contains values that specify Network List Manager (NLM) connectivity.

Syntax

typedef enum  {
  fpcNlmConnectivityDISCONNECTED
fpcNlmConnectivityDISCONNECTED

The underlying network interfaces have no connectivity to any network.

		= 0,
  fpcNlmConnectivityIPV4_NOTRAFFIC
fpcNlmConnectivityIPV4_NOTRAFFIC

There is connectivity to a network, but the service cannot detect any IPv4 Network Traffic.

	= 0x1,
  fpcNlmConnectivityIPV6_NOTRAFFIC
fpcNlmConnectivityIPV6_NOTRAFFIC

There is connectivity to a network, but the service cannot detect any IPv6 Network Traffic.

	= 0x2,
  fpcNlmConnectivityIPV4_SUBNET
fpcNlmConnectivityIPV4_SUBNET

There is connectivity to the local subnet using the IPv4 protocol.

		 = 0x10,
  fpcNlmConnectivityIPV4_LOCALNETWORK
fpcNlmConnectivityIPV4_LOCALNETWORK

There is connectivity to a routed network using the IPv4 protocol.

   = 0x20,
  fpcNlmConnectivityIPV4_INTERNET
fpcNlmConnectivityIPV4_INTERNET

There is connectivity to the Internet using the IPv4 protocol.

	 = 0x40,
  fpcNlmConnectivityIPV6_SUBNET
fpcNlmConnectivityIPV6_SUBNET

There is connectivity to the local subnet using the IPv6 protocol.

		 = 0x100,
  fpcNlmConnectivityIPV6_LOCALNETWORK
fpcNlmConnectivityIPV6_LOCALNETWORK

There is connectivity to a local network using the IPv6 protocol.

   = 0x200
} FpcNlmConnectivity;

Constants

fpcNlmConnectivityDISCONNECTED

The underlying network interfaces have no connectivity to any network.

fpcNlmConnectivityIPV4_NOTRAFFIC

There is connectivity to a network, but the service cannot detect any IPv4 Network Traffic.

fpcNlmConnectivityIPV6_NOTRAFFIC

There is connectivity to a network, but the service cannot detect any IPv6 Network Traffic.

fpcNlmConnectivityIPV4_SUBNET

There is connectivity to the local subnet using the IPv4 protocol.

fpcNlmConnectivityIPV4_LOCALNETWORK

There is connectivity to a routed network using the IPv4 protocol.

fpcNlmConnectivityIPV4_INTERNET

There is connectivity to the Internet using the IPv4 protocol.

fpcNlmConnectivityIPV6_SUBNET

There is connectivity to the local subnet using the IPv6 protocol.

fpcNlmConnectivityIPV6_LOCALNETWORK

There is connectivity to a local network using the IPv6 protocol.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.