FpcNlmConnectivity enumeration

Applies to: desktop apps only

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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010