Contents Index Topic Contents | ||
Previous Topic: IHTMLWindow2::get_Image Next Topic: IHTMLWindow2::get_name |
IHTMLWindow2::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 variable that receives the interface pointer.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.