Share via


FpcNlmConnectivity Enumeration

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

Syntax

typedef enum  {
  fpcNlmConnectivityDISCONNECTED        = 0,
  fpcNlmConnectivityIPV4_NOTRAFFIC      = 0x1,
  fpcNlmConnectivityIPV6_NOTRAFFIC      = 0x2,
  fpcNlmConnectivityIPV4_SUBNET         = 0x10,
  fpcNlmConnectivityIPV4_LOCALNETWORK   = 0x20,
  fpcNlmConnectivityIPV4_INTERNET       = 0x40,
  fpcNlmConnectivityIPV6_SUBNET         = 0x100,
  fpcNlmConnectivityIPV6_LOCALNETWORK   = 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 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010