Microsoft Internet Security and Acceleration Server 2000

FpcComponents

The FpcComponents enumerated type contains values that specify the components installed on an array.

enum FpcComponents {
  fpcNoComponents	 =0,
  fpcPacketFiltering	=1,
  fpcNAT				=2,
  fpcWebProxy		 =4,
  fpcHTTPTransparent	=8,
  fpcGenericFwProtocols =16,
  fpcFirewallExtensions =32,
  fpcAllComponents	=255
}; 

Members

fpcNoComponents
No components.
fpcPacketFiltering (1)
Packet filtering.
fpcNAT (2)
SecureNAT.
fpcWebProxy (4)
Web proxy.
fpcHTTPTransparent (8)
Firewall service.
fpcGenericFwProtocols (16)
Generic firewall protocols.
fpcFirewallExtensions (32)
Firewall extensions (application filters).
fpcAllComponents (255)
All ISA components.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.