3.2.4.2.37.3 Name (put) (Opnum 13)

The Name (put) method sets the name of the property definition.

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

name: Contains the name for the property definition 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.

Return value/code

Description

0x80070057

E_INVALIDARG

The name parameter is not a valid value.

The server MUST use name as the Property Definition.Name for the property definition or return a nonzero error code.