다음을 통해 공유


IBrowser::get_LocationURL (Windows CE 5.0)

Send Feedback

The LocationURL read-only property gets the URL of the resource that the Internet browser is currently displaying.

Syntax

HRESULTget_LocationURL(BSTR* pVal);

Parameters

  • pVal
    [out] Reference to a string that receives the URL. The caller frees this buffer with the Windows CE SysFreeString function.

Return Values

This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:

  • S_OK
    The method completed successfully.

Remarks

If the resource is a folder or file on the network or local computer, the name is the full path of the folder or file in the Universal Naming Convention (UNC) format.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: webvw.h
Library: wvuuid.lib

See Also

IBrowser

IBrowser2::get_LocationBaseURL

IBrowser2::put_LocationBaseURL

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.