3.2.4.2.41.2 Name (put) (Opnum 13)

The Name (put) method sets the name of the rule and returns S_OK upon successful completion.

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_RULE | 0x01))] HRESULT Name(
   [in] BSTR name
 );

name: Contains the name for the rule to use. The maximum length of this string MUST be 100 characters.

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

 The server MUST use name as the Rule.Name for the rule or return a nonzero error code.