IHTMLTitleElement::get_textIHTMLTitleElement::get_text*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTitleElement
*Next Topic: IHTMLTitleElement::put_text

IHTMLTitleElement::get_text


HRESULT get_text( 
    BSTR *p 
);

Retrieves the text contained within the TITLE element.

p
Address of a string variable that receives the text.

See also put_text

Up Top of Page


IHTMLTitleElement::put_text


HRESULT put_text(
    BSTR v 
);

Retrieves the text contained within the TITLE element.

v
String specifying the text.

See also get_text


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