Previous in Contents Next in Contents

ICreditCardEncryption2_Callback::GetExtensionProperty

Syntax

HRESULT GetExtensionProperty(
BSTR
bstrPropertyNamej// in
BSTR *pbstrPropertyValue// out
);

Description

The GetExtensionProperty function is a callback function that retrieves the value of a specified property from the script.

If the payment builder needs extra information to generate its payment instruction (the merchant name or identifier, for example), these properties can be set from JavaScript using the IPaySlideSelector's SetExtension property. The payment builder can then use ICreditCardEncryption2_Callback's GetExtensionProperty to retrieve this value.

Parameters

bstrPropertyName
Contains the name of the property for which the value should be retrieved.
pbstrPropertyValue
The address of a BSTR variable in which to store the retrieved value.

© 1997-2000 Microsoft Corporation. All rights reserved.