IPipelineComponentAdmin::SetConfigData

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

Syntax

HRESULT SetConfigData(
IDispatch *pDict// in
);

Parameter

pDict
Interface pointer on the object containing the configuration information.

Include File

<pipeline.h>
<pipecomp.h>

Return Value

The method returns an HRESULT value.

Related Topic

IPipelineComponentAdmin::GetConfigData


© 1997-1998 Microsoft Corporation. All rights reserved.