FpcPolicyRuleActions enumeration

Applies to: desktop apps only

The FpcPolicyRuleActions enumerated type contains values that indicate whether the rule allows or denies requests.

Syntax

typedef enum FpcPolicyRuleActions { 
  fpcPolicyRuleActionAllow  = 0,
  fpcPolicyRuleActionDeny   = 1
} FpcPolicyRuleActions;

Constants

  • fpcPolicyRuleActionAllow
    The rule allows requests.

  • fpcPolicyRuleActionDeny
    The rule denies requests.

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