FpcNetworkTypes Enumeration

The FpcNetworkTypes enumerated type contains values that specify types of networks.

Syntax

typedef enum FpcNetworkTypes {
  fpcStandardNetwork
fpcStandardNetwork

An unclassified network. All networks other than predefined Forefront TMG networks are this type.

		 = 0,
  fpcVPNClients
fpcVPNClients

The predefined VPN Clients network.

			= 1,
  fpcLocalHost
fpcLocalHost

The predefined Local Host network.

			 = 2,
  fpcDefaultExternal
fpcDefaultExternal

The predefined Default External network.

		 = 3,
  fpcInternalNetwork
fpcInternalNetwork

The predefined Internal network.

		 = 4,
  fpcQuarantinedVPNClients
fpcQuarantinedVPNClients

The predefined Quarantined VPN Clients network.

   = 5
} FpcNetworkTypes;

Constants

fpcStandardNetwork

An unclassified network. All networks other than predefined Forefront TMG networks are this type.

fpcVPNClients

The predefined VPN Clients network.

fpcLocalHost

The predefined Local Host network.

fpcDefaultExternal

The predefined Default External network.

fpcInternalNetwork

The predefined Internal network.

fpcQuarantinedVPNClients

The predefined Quarantined VPN Clients network.

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.