IFsrmPipelineModuleDefinition::get_ModuleType method (fsrmpipeline.h)

The type of module.

This property is read-only.

Syntax

HRESULT get_ModuleType(
  FsrmPipelineModuleType *moduleType
);

Parameters

moduleType

Return value

None

Remarks

The type is specified when you call the IFsrmClassificationModule::CreateModuleDefinition method to create the module definition object.

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