Previous in Contents Next in Contents

IPipelineComponentDescription::ValuesWritten

The ValuesWritten method identifies the name/value pairs that a component modifies in the OrderForm.

Syntax

HRESULT ValuesWritten(
VAIRANT *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 modified name/value pairs.

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::ValuesRead


© 1997-2000 Microsoft Corporation. All rights reserved.