Previous in Contents Next in Contents

ICreditCardEncryption2_Callback::GetBillAddress

Syntax

STDMETHOD GetBillAddress(
BSTR
bstrAddrFriendName, // in
BSTR
bstrPrefix// in
VARIANT *psa// out
);

Description

The GetBillAddress function returns a pointer to the billing address that is associated with a credit card. The credit-card information must be retrieved before this method is called, because this method requires the friendly name of the Billing Address entry.

Parameters

bstrPrefix
Prefix that will be added to all of the billing address friendly names. It may be Null.
lCount
ppsa
Pointer to a SAFEARRAY returned from the Address Selector. This array contains the address information.

© 1997-2000 Microsoft Corporation. All rights reserved.