Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the document's full URL in case the document gets read out of context and the reader wants to refer to the original.
Syntax
HRESULT get_href( BSTR *p );
Parameters
- p
- Address of a string variable that receives the base URL.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
put_href
Sets the document's full URL in case the document gets read out of context and the reader wants to refer to the original.
Syntax
HRESULT put_href( BSTR v );
Parameters
- v
- String specifying the base URL.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_href, IHTMLBaseElement
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.