Previous in Contents Next in Contents

IPaymentProviderInstall::GetTypeInfo

Syntax

HRESULT GetTypeInfo(
long cIndex// in
BSTR *pbstrType// out
long *plActive// out
);

Description

Call the GetTypeInfo function to retrieve information about the status of the payment type in the Payment Selector.

Parameters

cIndex
Index of the payment type entry.
pbstrType
Name of the payment type installed by the CPC.
plActive
Pointer to the status of the payment type. The Payment Manager supports interfaces that turn payment types on or off and resolves type conflicts by forcing types to be turned on or off. A value of one (1) indicates that the payment type is turned on; zero (0) indicates that it is turned off.

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.