Microsoft Internet Security and Acceleration Server 2000

FpcArrayType

The FpcArrayType enumerated type contains values that identify whether an array is an stand-alone server or a shared array.

enum FpcArrayType {
  fpcTypeStandardEdition
  fpcTypeStandAlone,
  fpcTypeArray
};

Members

fpcTypeStandardEdition
Array is a stand-alone (registry based) server with a single server in an ISA Server standard edition configuration.
fpcTypeStandAlone
Array is a stand-alone (registry-based) server with a single server.
fpcTypeArray
Array is an Active Directory Service-based array with an unlimited number of servers.

Requirements

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