The FpcNetworkConnectionType enumerated type contains values that specify the type of connection to a network.
typedef enum FpcNetworkConnectionType { fpcAdapter
A connection through a network adapter.
= 0, 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
A dial-up connection.
= 2, 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
A site-to-site VPN connection that uses Internet Protocol security (IPsec).
= 4 } FpcNetworkConnectionType;
A connection through a network adapter.
A site-to-site virtual private network (VPN) connection that uses the Layer Two Tunneling Protocol (L2TP) or Point-to-Point Tunneling Protocol (PPTP).
A dial-up connection.
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.
A site-to-site VPN connection that uses Internet Protocol security (IPsec).
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.