IPipelineComponent Interface
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
All pipeline components must implement the IPipelineComponent interface, passing an OrderForm object interface pointer between each component. If a component returns an error, the pipeline may terminate execution and return an error to the caller.
The IPipelineComponent interface supports the following methods.
Method |
Description |
---|---|
The entry point at which the pipeline begins executing the component. |
|
Sets the design mode on the component. |
Remarks
Header: Pipecomp.h
Type Library: Microsoft Commerce 2000 Order Pipeline Type Library (Pipeline.dll)
IDL File: Pipecomp.idl