3.2.4.2.43.2 ModuleClsid (put) (Opnum 13)

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

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_PIPELINE_MODULE_DEFINITION | 0x01))] HRESULT ModuleClsid(
   [in] BSTR moduleClsid
 );

moduleClsid: Contains the ModuleClsid of the pipeline module definition.

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

The server MUST set ModuleClsid of the module definition to moduleClsid or return a nonzero error code.