Share via


IPipelineComponentAdmin::SetConfigData Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

This method takes a pointer to an object containing the configuration information for the component. This object must implement the IDictionary interface.


HRESULT SetConfigData(
    IDispatch* pDict
);

Parameters

  • pDict
    [in] An interface pointer to the object containing the configuration information.

Return Value

The method returns an HRESULT value.

See Also

Other Resources

IPipelineComponentAdmin Interface

IPipelineComponentAdmin::GetConfigData Method