IPaymentCCTypeInstall::GetInstallInfo
Syntax
HRESULT GetInstallInfo(
long *plCount// out
BSTR *pbstrName// out
BSTR *pbstrSource// out
);
Description
The Credit Card component calls the GetInstallInfo function to obtain general information about the Other Card DLL being installed.
Parameters
- plCount
- Pointer to a value of type long where this function returns the count of types supported by the Other Card DLL.
- pbstrName
- Pointer to a BSTR value that indicates the name of the DLL to be installed.
- pbstrSource
- Pointer to a BSTR value that indicates the source (manufacturer) of the DLL being installed.
Return Values
This function returns one of the following values.
Value |
Meaning |
E_FAIL |
Failure |
E_OUTOFMEMORY |
Insufficient memory |
S_OK |
Success |
© 1997-2000 Microsoft Corporation. All rights reserved.