Previous in Contents Next in Contents

IWalletCallback::GetWindowHandle

Syntax

HRESULT GetWindowHandle(
long *hWind// out
);

Description

The GetWindowHandle function returns the window handle of the Payment Selector's window. This handle can be used in calls to Microsoft® Windows® API functions such as MessageBox.

Parameters

hWind
Handle to the window being called.

Return Value

This function returns the following value.

Value Meaning
S_OK Success


© 1997-2000 Microsoft Corporation. All rights reserved.