Microsoft Internet Security and Acceleration Server 2004 SDK

FpcIpSelectionMethods

The FpcIpSelectionMethods enumerated type contains values that specify methods for selecting IP addresses on a network.

typedef enum FpcIpSelectionMethods
{
  fpcAllIPAddresses 
fpcAllIPAddresses
All of the IP addresses on the ISA Server computer in the network will be selected.
 = 0,
  fpcDefaultIPAddress 
fpcDefaultIPAddress
Only the default IP address on the ISA Server computer in the network will be selected.
 = 1,
  fpcSpecifiedIPAddress 
fpcSpecifiedIPAddress
Only the specified IP addresses on the ISA Server computer in the network will be selected.
 = 2

} FpcIpSelectionMethods;

Constants

fpcAllIPAddresses
All of the IP addresses on the ISA Server computer in the network will be selected.
fpcDefaultIPAddress
Only the default IP address on the ISA Server computer in the network will be selected.
fpcSpecifiedIPAddress
Only the specified IP addresses on the ISA Server computer in the network will be selected.

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