Contents Index Topic Contents | ||
Previous Topic: IHTMLBaseElement Next Topic: IHTMLBaseElement::get_target |
IHTMLBaseElement::get_href
HRESULT get_href( BSTR *p );Retrieves the document's full URL in case the document gets read out of context and the reader wants to refer to the original.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the base URL.
See also put_href
IHTMLBaseElement::put_href
HRESULT put_href( BSTR v );Sets the document's full URL in case the document gets read out of context and the reader wants to refer to the original.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the base URL.
See also get_href
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.