IPaymentProviderInstall::ComponentInfo
Syntax
HRESULT ComponentInfo(
long *plCount// out
BSTR *pbstrName// out
BSTR *pbstrSource// out
BSTR * pbstrProgID// out
);
Description
The ComponentInfo function returns information about the CPC being installed into the Payment Selector.
Parameters
- plCount
- Number of payment types in the CPC. Each CPC must contain at least one payment type. This count does not reflect the enable or disable status; it is the full count.
- pbstrName
- Name of the CPC.
- pbstrSource
- Name of the originator of the CPC. For example, the source of an electronic cash card would be the company that holds the electronic cash accounts.
- pbstrProgId
- Programmatic identification number of the CPC.
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.