Microsoft Internet Security and Acceleration Server 2004 SDK

FpcConnectionDirectionType

The FpcConnectionDirectionType enumerated type contains values that specify the direction of a Microsoft Firewall service connection that uses the TCP protocol.

typedef enum FpcConnectionDirectionType
{
  fpcInbound
fpcInbound
Inbound connection.
 = 0,
  fpcOutbound
fpcOutbound
Outbound connection.
 = 1

} FpcConnectionDirectionType;

Constants

fpcInbound
Inbound connection.
fpcOutbound
Outbound connection.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types