FpcNetworkConnectionType Enumeration

The FpcNetworkConnectionType enumerated type contains values that specify the type of connection to a network.

Syntax

typedef enum FpcNetworkConnectionType {
  fpcAdapter
fpcAdapter

A connection through a network adapter.

			 = 0,
  fpcVPNConnection
fpcVPNConnection

A site-to-site virtual private network (VPN) connection that uses the Layer Two Tunneling Protocol (L2TP) or Point-to-Point Tunneling Protocol (PPTP).

	 = 1,
  fpcDialupConnection
fpcDialupConnection

A dial-up connection.

	= 2,
  fpcVirtualConnection
fpcVirtualConnection

A virtual connection, such as that for the Local Host, VPN Clients, and Quarantined VPN Clients predefined networks. Only these predefined networks can have this value.

   = 3,
  fpcIPSecConnection
fpcIPSecConnection

A site-to-site VPN connection that uses Internet Protocol security (IPsec).

	 = 4
} FpcNetworkConnectionType;

Constants

fpcAdapter

A connection through a network adapter.

fpcVPNConnection

A site-to-site virtual private network (VPN) connection that uses the Layer Two Tunneling Protocol (L2TP) or Point-to-Point Tunneling Protocol (PPTP).

fpcDialupConnection

A dial-up connection.

fpcVirtualConnection

A virtual connection, such as that for the Local Host, VPN Clients, and Quarantined VPN Clients predefined networks. Only these predefined networks can have this value.

fpcIPSecConnection

A site-to-site VPN connection that uses Internet Protocol security (IPsec).

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.