FpcNetworkSetType enumeration

Applies to: desktop apps only

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.

Syntax

typedef enum FpcNetworkSetType { 
  fpcSelectedNetworks           = 0,
  fpcAllExceptSelectedNetworks  = 1
} FpcNetworkSetType;

Constants

  • fpcSelectedNetworks
    The network set includes only the selected networks.

  • fpcAllExceptSelectedNetworks
    The network set includes all networks except those selected.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010