IHTMLNextIdElement

IHTMLNextIdElement


This interface provides the ability access the methods associated with the NEXTID element.

The NEXTID element is a parameter read by and generated by text editing software to create unique identifiers.

This element can only be used within the HEAD tag.

IHTMLNextIdElement Methods
put_n   get_n  

IHTMLNextIdElement::put_n

HRESULT put_n(
    BSTR v 
);

Sets the value of the identifier to the string passed in.

v
String value specifying the identifier name.

See also get_n

IHTMLNextIdElement::get_n

HRESULT get_n(
    BSTR *p 
);

Retrieves the value of the identifier name.

p
Address of a string variable that receives the identifier name.

See also put_n

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.