The FpcPolicyRuleGroups enumerated type contains values that specify the group to which a policy rule belongs.
typedef enum FpcPolicyRuleGroups { fpcGroupNone
The policy rule does not belong to any policy rule group.
= 0, fpcWebAccessGroup
The policy rule belongs to the group of Web access rules.
= 1, fpcWebPublishingGroup
The policy rule belongs to the group of Web publishing rules.
= 2, fpcServerPublishingGroup
The policy rule belongs to the group of server publishing rules.
= 3, fpcVoIPAccessGroup
The pollicy rule belongs to the group of VoIP access rules.
= 4, fpcCustomGroup
The pollicy rule belongs to a custom group.
= 100 } FpcPolicyRuleGroups;
The policy rule does not belong to any policy rule group.
The policy rule belongs to the group of Web access rules.
The policy rule belongs to the group of Web publishing rules.
The policy rule belongs to the group of server publishing rules.
The pollicy rule belongs to the group of VoIP access rules.
The pollicy rule belongs to a custom group.
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.