Contents Index Topic Contents | ||
Previous Topic: IPersistMoniker::SaveCompleted Next Topic: IWinInetHttpInfo::QueryInfo |
IWindowForBindingUI::GetWindow
HRESULT GetWindow( [in] GUID guidReason, [out] HWND *phwnd );Returns a handle to a window to present information in the user interface during a bind operation.
- Returns S_OK if the window handle was successfully returned, or E_INVALIDARG if the phwnd parameter is invalid.
- guidReason
- Same value as IID_IAuthenticate or IID_IHttpSecurity.
- phwnd
- Address of a window handle to the parent window to use for displaying user interface information.
Notes to implementers
If you implement this interface, you can return S_FALSE for this method to indicate that no window is available for displaying user interface information.
See also IAuthenticate, IHttpNegotiate, IWinInetInfo
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.