Previous in Contents Next in Contents

IClientPaymentProvider::GetChangeCount

Syntax

HRESULT GetChangeCount(
long *plCount// out
);

Description

The GetChangeCount function allows the Payment Selector to test whether any data in the CPC has been changed. This function returns a change count that is a long integer that increments each time a data change (such as add, delete, or modify) is made. The count signifies to the Payment Selector that the contents of a CPC have been changed.

Parameters

plCount
Pointer to the location where this method returns the count of changes made to data in the CPC.

Return Value

This function returns one of the following values.

Value Meaning
E_FAIL Failure
E_OK Success


© 1997-2000 Microsoft Corporation. All rights reserved.