HRESULT GetChangeCount(
long *plCount// out
);
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.
This function returns one of the following values.
Value | Meaning |
---|---|
E_FAIL | Failure |
E_OK | Success |