3.2.4.2.41.5 ModuleDefinitionName (put) (Opnum 16)

The ModuleDefinitionName (put) method sets the name of the module definition the rule uses during classification and returns S_OK upon successful completion.

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_RULE | 0x03))] HRESULT ModuleDefinitionName(
   [in] BSTR moduleDefinitionName
 );

moduleDefinitionName: Contains the name of the module definition the rule uses during classification.

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

 The server MUST use the Module Definition.Name specified by moduleDefinitionName as the module for the rule to use during classification or return a nonzero error code.