Share via


IPipelineComponentDescription::ValuesWritten Method

This method identifies the keys and values that a component modifies in the OrderForm object.

HRESULT ValuesWritten(
    VARIANT* pVar
);

Parameters

  • pVar
    [out, retval] The address to which the method returns a VARIANT. This VARIANT contains a SAFEARRAY of VARIANTs, each of which contains a BSTR that identifies the modified keys and values.

Return Value

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

See Also

Other Resources

IPipelineComponentDescription Interface

IPipelineComponentDescription::ValuesRead Method