Microsoft Internet Security and Acceleration Server 2000

FpcPfFilterMode

The FpcPfFilterMode enumerated type contains values that describe the type of packet filter, either allowing or blocking.

enum FpcPfFilterMode {
  fpcAllowingPacketFilter,
  fpcBlockingPacketFilter
};

Members

fpcAllowingPacketFilter (1)
A regular packet filter that allows the packets to pass.
fpcBlockingPacketFilter (2)
A blocking filter that drops packets that match the filter.

Requirements

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