RuleSetPosition()

Sets the position of the rule in the rule execution order.

Token ID

AFTKN_RULE_SET_POSITION or 943

Syntax

VOID RuleSetPosition(
     [ANSISTRING] UserID;
     ANSISTRING RuleName;
     WORD RulePos)

Parameters

UserID As ANSISTRING

(Optional) The user id of a proxy user.

RuleName As ANSISTRING

The name of the rule as returned by RuleGetName().

RulePos As WORD

The new 0-based index of the rule within the execution order.