ICreditCardEncryption2_Callback::SetExtensionProperty
Syntax
HRESULT SetExtensionProperty(
BSTR bstrPropertyNamej// in
BSTRpbstrPropertyValue// out
);
The SetExtensionProperty function sets the value of the specified property. This property value can then be retrieved in JavaScript by means of the IPaySlidSelector's GetExtensionProperty method.
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.