Microsoft Internet Security and Acceleration Server 2004 SDK

FpcNetworkTypes

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

typedef enum FpcNetworkTypes
{
  fpcStandardNetwork
fpcStandardNetwork
An unclassified network. All networks other than predefined ISA Server 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 ISA Server 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

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types