This method executes a pipeline component.
HRESULT Execute(
IDispatch *pDispOrder// in
IDispatch *pDispContext// in
longlFlags// in
long *plErrorLevel// out, retval
);
Value | Meaning |
---|---|
0 | No errors, component executed successfully. |
1 | Basket or purchase errors for this operation. |
2 | Serious errors in execution of this component. |
This error information is meant to supplement the HRESULT information that is returned. The pipeline maps errors returned from components (E_xxxx errors) to an error level of 2.
<pipeline.h>
<pipecomp.h>
The method returns an HRESULT value.