IHTMLAnchorElement::get_nameIHTMLAnchorElement::get_name*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLAnchorElement::get_mimeType
*Next Topic: IHTMLAnchorElement::get_nameProp

IHTMLAnchorElement::get_name


HRESULT get_name(
    BSTR *p
);

Retrieves the name of the control, bookmark, or application.

p
Address of a string variable that receives the name.

This method is related to the name property of the A object.

Up Top of Page


IHTMLAnchorElement::put_name


HRESULT put_name(
    BSTR v
);

Sets the name of the anchor.

v
String value specifying the name.

This method is related to the name property of the A object.


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