Previous in Contents Next in Contents

IPaymentProviderInstall::GetFullTypeCount

Syntax

HRESULT GetFullTypeCount(
long *plCount// out, retval
);

Description

The GetFullTypeCount function returns the number of payment types in the CPC. This number does not depend on what payment types are enabled or disabled.

Parameters

plCount
Number of payment types in the CPC. Each CPC must contain at least one 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.