 
 
IPaymentProviderInstall::InstanceCount
Syntax
HRESULT InstanceCount(
BSTRbstrType// in
long *plCount// out
);
Description
Call the InstanceCount function to count the instances for a payment type in the CPC.
Parameters
- bstrType
- Payment type of the instances to count.
- plCount
- Pointer to the count of instances of the specified payment type.
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.