Previous in Contents Next in Contents

IPaymentProviderInstall::SupportInstall

Syntax

HRESULT SupportInstall(void);

Description

The SupportInstall function initializes the Payment Manager to support the installation of a new CPC. The Payment Manager queries all existing CPCs to determine the status of their types before installing the new CPC.

Note that IPaymentProviderInstall::InitInstall is called for the new CPC after SupportInstall is called on all existing CPCs. This interface is used both to install new CPCs and to enable or disable payment types in existing CPCs and to support the installation of new CPCs.

Parameters

None.

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.