Microsoft Internet Security and Acceleration Server 2000

FpcDestinationSelection

The FpcDestinationSelection enumerated type contains values that describe the type of destinations referred to in a rule.

enum FpcDestinationSelection {
  fpcAllDestinations,
  fpcAllInternalDestinations,
  fpcAllExternalDestinations,
  fpcSpecifiedDestinationSet,
  fpcAllExceptDestinationSet
};

Members

fpcAllDestinations
All destinations.
fpcAllInternalDestinations
All internal destinations.
fpcAllExternalDestinations
All external destinations.
fpcSpecifiedDestinationSet
Destinations that are part of a specified set.
fpcAllExceptDestinationSet
All destinations except those in the specified destination set.

Requirements

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