IPipelineComponent::EnableDesign

The EnableDesign method is used to prepare the component for execution in one of two modes: design mode or execution mode. In design mode, which is useful for running the Pipeline Editor, errors are more easily tolerated. Execution mode (the default) is analagous to production mode.

Syntax

HRESULT EnableDesign(
BOOLfEnable// in
);

Parameter

fEnable
Indicates whether the component should be run in design mode (True) or execution mode (False).

Include File

<pipeline.h>
<pipecomp.h>

Return Value

The method returns an HRESULT value.


© 1997-1998 Microsoft Corporation. All rights reserved.