IHTMLLocation::get_pathnameIHTMLLocation::get_pathname*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLLocation::put_pathname
*Next Topic: IHTMLLocation::put_search

IHTMLLocation::get_pathname


HRESULT get_pathname( 
    BSTR *p 
);

Retrieves the file or object path from the URL for the current browser location.

p
Address of a variable that receives the path.

See also put_pathname

Up Top of Page


IHTMLLocation::put_pathname


HRESULT put_pathname(
    BSTR v 
);

Sets the file or object path of the URL.

v
String specifying the path.

See also get_pathname


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