Microsoft Internet Security and Acceleration Server 2004 SDK

FpcNetworkSetType

The FpcNetworkSetType enumerated type contains values that specify whether a network set includes only the selected networks, or includes all networks except the selected networks.

typedef enum FpcNetworkSetType
{
  fpcSelectedNetworks
fpcSelectedNetworks
The network set includes only the selected networks.
 = 0,
  fpcAllExceptSelectedNetworks
fpcAllExceptSelectedNetworks
The network set includes all networks except those selected.
 = 1

} FpcNetworkSetType;

Constants

fpcSelectedNetworks
The network set includes only the selected networks.
fpcAllExceptSelectedNetworks
The network set includes all networks except those selected.

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