IHTMLNextIdElement::get_nIHTMLNextIdElement::get_n*
*



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.

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

See also put_n

Up Top of Page


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


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