Previous in Contents Next in Contents

IPaymentInstall::Uninstall

Syntax

HRESULT Uninstall(
IPaymentProviderInstall *ipInst// in
);

Description

This method is called when the IPaymentProviderInstall interface uninstalls a payment type. Note that removing a type from an existing CPC is not supported.

Parameters

ipInst
Pointer to the IPaymentProviderInstall interface to initialize the uninstallation 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.