Contents Index Topic Contents | ||
Previous Topic: IHTMLDocument2::get_referrer Next Topic: IHTMLDocument2::get_lastModified |
IHTMLDocument2::get_location
HRESULT get_location( IHTMLLocation **p );Retrieves an interface pointer to a location object. The object contains information about the current location (full URL) of the document.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a pointer to the IHTMLLocation interface of the location object.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.