Previous in Contents Next in Contents

IClientPaymentProvider::GetInstanceCount

Syntax

HRESULT GetInstanceCount(
long FAR *pcRet// out
);

Description

The GetInstanceCount function returns the total count of instances stored in the CPC, for all of the enabled types. Note that there is no way to check the number of instances of each type other than counting them.

Parameters

pcRet
Pointer to the location where this function will return the count of the number of payment instances created by the user in a given CPC. Any instance of any payment type known to the CPC is counted.

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.