IHTMLAreaElement::get_hostIHTMLAreaElement::get_host*
*



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.

p
Address of the string variable where the host name and optional port information will be stored.

See also put_host

Up Top of Page


IHTMLAreaElement::put_host


HRESULT put_host(
    BSTR v
);

Sets the host name and the optional port information of the location or URL.

v
String value specifying the host name and port information.

See also get_host


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