Microsoft Internet Security and Acceleration Server 2004 SDK

FpcPolicyRuleActions

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

typedef enum FpcPolicyRuleActions
{
  fpcPolicyRuleActionAllow
fpcPolicyRuleActionAllow
The rule allows requests.
 = 0,
  fpcPolicyRuleActionDeny
fpcPolicyRuleActionDeny
The rule denies requests.
 = 1

} FpcPolicyRuleActions;

Constants

fpcPolicyRuleActionAllow
The rule allows requests.
fpcPolicyRuleActionDeny
The rule denies requests.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types