IPipelineComponentAdmin::SetConfigData Method
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.