IFsrmPipelineModuleConnector::Bind method (fsrmpipeline.h)
Binds the pipeline module implementation to the FSRM communication channel.
Syntax
HRESULT Bind(
[in] IFsrmPipelineModuleDefinition *moduleDefinition,
[in] IFsrmPipelineModuleImplementation *moduleImplementation
);
Parameters
[in] moduleDefinition
An IFsrmPipelineModuleDefinition interface that contains the definition of the module.
[in] moduleImplementation
An IFsrmPipelineModuleImplementation interface to the module's implementation.
Return value
The method returns the following return values.
Remarks
Call this method from your IFsrmPipelineModuleImplementation::OnLoad implementation.
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 |