IFsrmPipelineModuleConnector::get_ModuleImplementation method (fsrmpipeline.h)

The interface that implements the pipeline module.

This property supports the infrastructure and is not intended to be used directly from your code.

This property is read-only.

Syntax

HRESULT get_ModuleImplementation(
  IFsrmPipelineModuleImplementation **pipelineModuleImplementation
);

Parameters

pipelineModuleImplementation

Return value

None

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmpipeline.h (include FsrmPipeline.h, FsrmTlb.h)
DLL SrmSvc.dll

See also

FsrmPipelineModuleConnector

IFsrmPipelineModuleConnector