IHTMLDocument2::get_locationIHTMLDocument2::get_location*
*



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.

p
Address of a pointer to the IHTMLLocation interface of the location object.


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