3.2.4.2.43.4 Name (put) (Opnum 15)

The Name (put) method sets the Name of the pipeline module definition and returns S_OK upon successful completion.

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

name: Contains the Name of the pipeline module definition.

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 NULL.

The server MUST set the Module Definition.Name of the pipeline module definition to name or return a nonzero error code.