Contents Index Topic Contents | ||
Previous Topic: IHTMLNextIdElement::put_n Next Topic: IHTMLNoShowElement |
IHTMLNextIdElement::get_n
HRESULT get_n( BSTR *p );Retrieves the value of the identifier name.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the identifier name.
See also put_n
IHTMLNextIdElement::put_n
HRESULT put_n( BSTR v );Sets the value of the identifier to the string passed in.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying the identifier name.
See also get_n
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.