Previous in Contents Next in Contents

IClientPaymentProvider::DeletePaymentInstance

Syntax

HRESULT DeletePaymentInstance(
BSTRbstrFriendName// in
);

Description

The DeletePaymentInstance function deletes an instance from the CPC.

Parameters

bstrFriendName
Friendly name of the instance to delete.

Return Value

This function returns one of the following values.

Value Meaning
E_INVALIDARG One or more of the arguments is not valid.
E_OUTOFMEMORY Out of memory.
E_FAIL Failure.
S_OK Success.


© 1997-2000 Microsoft Corporation. All rights reserved.