Share via


FpcPolicyRuleGroups Enumeration

The FpcPolicyRuleGroups enumerated type contains values that specify the group to which a policy rule belongs.

Syntax

typedef enum FpcPolicyRuleGroups {
  fpcGroupNone               = 0,
  fpcWebAccessGroup          = 1,
  fpcWebPublishingGroup      = 2,
  fpcServerPublishingGroup   = 3,
  fpcVoIPAccessGroup         = 4,
  fpcCustomGroup         = 100
} FpcPolicyRuleGroups;

Constants

  • fpcGroupNone
    The policy rule does not belong to any policy rule group.

  • fpcWebAccessGroup
    The policy rule belongs to the group of Web access rules.

  • fpcWebPublishingGroup
    The policy rule belongs to the group of Web publishing rules.

  • fpcServerPublishingGroup
    The policy rule belongs to the group of server publishing rules.

  • fpcVoIPAccessGroup
    The pollicy rule belongs to the group of VoIP access rules.

  • fpcCustomGroup
    The pollicy rule belongs to a custom group.

Requirements

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010