IPipelineComponentAdmin::GetConfigData

The GetConfigData method returns an IDictionary pointer for the user interface to read the configuration data for the component.

Syntax

HRESULT GetConfigData(
IDispatch **ppDict// out
);

Parameter

ppDict
Pointer to an object from which the user interface can read the configuration data (typically using IDictionary).

Include File

<pipeline.h>
<pipecomp.h>

Return Value

The method returns an HRESULT value.

Related Topic

IPipelineComponentAdmin::SetConfigData


© 1997-1998 Microsoft Corporation. All rights reserved.