FpcPolicyRuleGroups Enumeration

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

Syntax

typedef enum FpcPolicyRuleGroups {
  fpcGroupNone
fpcGroupNone

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

			 = 0,
  fpcWebAccessGroup
fpcWebAccessGroup

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

		= 1,
  fpcWebPublishingGroup
fpcWebPublishingGroup

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

	= 2,
  fpcServerPublishingGroup
fpcServerPublishingGroup

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

   = 3,
  fpcVoIPAccessGroup
fpcVoIPAccessGroup

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

		 = 4,
  	fpcCustomGroup
fpcCustomGroup

The pollicy rule belongs to a custom group.

		 = 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 Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.