Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |