IPipelineComponentDescription::ContextValuesRead

The ContextValuesRead method returns a VARIANT that contains a safearray of VARIANTs. Each of the VARIANTs in this safearray contains a BSTR that identifies the pipe context elements that the component reads.

Syntax

HRESULT ContextValuesRead(
VARIANT *pVar// out, retval
);

Parameter

pvar
The address to which the method returns a VARIANT. This VARIANT should contain a safearray of VARIANTs, each of which contains a BSTR that identifies the elements that a component reads from the pipe context.

Include File

<pipeline.h>
<pipecomp.h>

Return Value

If the function implementation does not return S_OK, the Commerce Server Pipeline Editor ignores the contents of the returned VARIANT.


© 1997-1998 Microsoft Corporation. All rights reserved.