Microsoft Internet Security and Acceleration Server 2000

FpcPfLocalPortType

The FpcPfLocalPortType enumerated type represents the port options used by the packet filter.

enum FpcPfLocalPortType {
  fpcPfAnyPort,
  fpcPfFixedPort,
  fpcPfDynamicPort
};

Members

fpcPfAnyPort (1)
Any port.
fpcPfFixedPort (2)
Fixed port (followed by port number).
fpcPfDynamicPort (3)
Dynamic port (1024-5000).

Requirements

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