IPipelineComponentDescription::ValuesRead
The ValuesRead method identifies the name/value pairs that a component reads from the OrderForm.
Syntax
HRESULT ValuesRead(
BSTR *pbstrRead
);
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 name/value pairs that a component reads from the OrderForm.
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.
Related Topic
IPipelineComponentDescription::ValuesWritten
© 1997-1998 Microsoft Corporation. All rights reserved.