Previous in Contents Next in Contents

IPaymentInstall::Install

Syntax

HRESULT Install(
longlType// in
IPaymentProviderInstall *ipInst// in
);

Description

Call the Install function to access the IPaymentProviderInstall interface that installs the CPC's new payment type with the Payment Manager.

Parameters

lType
Payment type to install in the Payment Selector. A value of 1 indicates that it is a new CPC; a value of 2 indicates that it is a new type within an existing CPC.
ipInstall
Pointer to the IPaymentProviderInstall interface to initialize the installation process.

Return Value

This function returns one of the following values.

Value Meaning
S_OK Success
E_FAIL Failure


© 1997-2000 Microsoft Corporation. All rights reserved.