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
The network set includes only the selected networks.
= 0, fpcAllExceptSelectedNetworks
The network set includes all networks except those selected.
= 1 } FpcNetworkSetType;
The network set includes only the selected networks.
The network set includes all networks except those selected.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.