Microsoft Internet Security and Acceleration Server 2004 SDK

FpcNetworkRoutingTypes

The FpcNetworkRoutingTypes enumerated type contains values that specify the relationships between the source and destination network entities in network rules (FPCNetworkRule objects).

typedef enum FpcNetworkRoutingTypes
{
  fpcRoute
fpcRoute
The network entities have a routing relationship.
 = 0,
  fpcNat
fpcNat
The network entities have a network address translation (NAT) relationship.
 = 1

} FpcNetworkRoutingTypes;

Constants

fpcRoute
The network entities have a routing relationship.
fpcNat
The network entities have a network address translation (NAT) relationship.

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