The FpcNetworkTypes enumerated type contains values that specify types of networks.
typedef enum FpcNetworkTypes { fpcStandardNetwork
An unclassified network. All networks other than predefined Forefront TMG networks are this type.
= 0, fpcVPNClients
The predefined VPN Clients network.
= 1, fpcLocalHost
The predefined Local Host network.
= 2, fpcDefaultExternal
The predefined Default External network.
= 3, fpcInternalNetwork
The predefined Internal network.
= 4, fpcQuarantinedVPNClients
The predefined Quarantined VPN Clients network.
= 5 } FpcNetworkTypes;
An unclassified network. All networks other than predefined Forefront TMG networks are this type.
The predefined VPN Clients network.
The predefined Local Host network.
The predefined Default External network.
The predefined Internal network.
The predefined Quarantined VPN Clients network.
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.