Share via


FpcNetworkConnectionType Enumeration

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

Syntax

typedef enum FpcNetworkConnectionType {
  fpcAdapter             = 0,
  fpcVPNConnection       = 1,
  fpcDialupConnection    = 2,
  fpcVirtualConnection   = 3,
  fpcIPSecConnection     = 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 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