IPipelineComponent Interface
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 |
Execute | The entry point at which the pipeline begins executing the component. |
EnableDesign | Sets the design mode on the component. |
Remarks
For more information about IPipelineComponent interface code generated by the Active Template Library (ATL) Pipeline Component Wizard, see Implementing the IPipelineComponent Interface.
Header: pipecomp.h
Type Library: Microsoft Commerce 2000 Order Pipeline Type Library (pipeline.dll)
IDL File: Pipecomp.idl