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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the name.
This method is related to the name property of the A object.
IHTMLAnchorElement::put_name
HRESULT put_name( BSTR v );Sets the name of the anchor.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying the name.
This method is related to the name property of the A object.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.