IWebBrowser2::get_LocationNameIWebBrowser2::get_LocationName*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IWebBrowser2::get_Left
*Next Topic: IWebBrowser2::get_LocationURL

IWebBrowser2::get_LocationName

HRESULT get_LocationName(
    BSTR FAR* pbstrLocationName
);

Retrieves the name of the resource that Internet Explorer is currently displaying.

pbstrLocationName
Address of a callee-allocated buffer that receives the name of the location. The caller frees this buffer with the SysFreeString API.

If the resource is an HTML page on the World Wide Web, the name is the title of that page. If the resource is a folder or file on the network or local computer, the name is the UNC or full path of the folder or file.

Applies To

Internet Explorer, WebBrowser

See also IWebBrowser2::get_LocationURL


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.