Contents Index Topic Contents | ||
Previous Topic: IHTMLAreaElement::get_hash Next Topic: IHTMLAreaElement::get_hostname |
IHTMLAreaElement::get_host
HRESULT get_host( BSTR *p );Retrieves the host name and the optional port information of the location or URL.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of the string variable where the host name and optional port information will be stored.
See also put_host
IHTMLAreaElement::put_host
HRESULT put_host( BSTR v );Sets the host name and the optional port information of the location or URL.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying the host name and port information.
See also get_host
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.