2.2.1.2.3 FsrmRuleFlags
The FsrmRuleFlags enumeration defines the possible states of the rule objects in the File Server Resource Manager Protocol.
-
typedef enum _FsrmRuleFlags { FsrmRuleFlags_Disabled = 0x00000100, FsrmRuleFlags_Invalid = 0x00001000 } FsrmRuleFlags;
FsrmRuleFlags_Disabled: If set, the server does not run the rule when classifying a file.
FsrmRuleFlags_Invalid: If the FsrmRuleFlags_Invalid flag is set, the rule defines an invalid set of parameters and will not be run when classifying a file.