Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the file or object path from the URL for the current browser location.
Syntax
HRESULT get_pathname( BSTR *p );
Parameters
- p
- Address of a variable that receives the path.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
put_pathname
Sets the file or object path of the URL.
Syntax
HRESULT put_pathname( BSTR v );
Parameters
- v
- String specifying the path.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_pathname, IHTMLLocation
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.