Microsoft Internet Security and Acceleration Server 2000

FpcPfDirectionType

The FpcPfDirectionType enumerated type contains values that describe packet directions.

enum FpcPfDirectionType {
  fpcPfDirectionIndexIn,
  fpcPfDirectionIndexOut,
  fpcPfDirectionIndexBoth
};

Members

fpcPfDirectionIndexIn (1)
In direction.
fpcPfDirectionIndexOut (2)
Out direction.
fpcPfDirectionIndexBoth (3)
Both directions (in and out).

Requirements

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