IFsrmPipelineModuleDefinition::get_ModuleClsid method (fsrmpipeline.h)

A string representation specifying the COM class identifier for the class that implements the module defined by this module definition.

This property is read/write.

Syntax

HRESULT get_ModuleClsid(
  BSTR *moduleClsid
);

Parameters

moduleClsid

Return value

None

Remarks

Note that the COM class identifier specified must refer to a class that implements IFsrmPipelineModuleImplementation, which is inherited though IFsrmClassifierModuleImplementation or IFsrmStorageModuleImplementation, depending on the type of module.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmpipeline.h
DLL SrmSvc.dll

See also

IFsrmPipelineModuleDefinition