IOrderPipeline::LoadPipe

The LoadPipe method is an Automation function to be used in those environments where IPersistFile::Load is not available. The function is used to bind to the pipeline’s configuration file. In Commerce Server, this file has a .pcf extension.

Syntax

HRESULT LoadPipe (
BSTRpszFileName// in
);

Parameters

pszFileName
Full path to the pipeline configuration file.

Include File

<pipeline.h>
<pipecomp.h>

Return Value

Value Description
S_OK Function was successful.
S_FALSE Operation failed.


© 1997-1998 Microsoft Corporation. All rights reserved.