IHTMLMetaElement::get_charsetIHTMLMetaElement::get_charset*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLMetaElement::put_charset
*Next Topic: IHTMLMimeTypesCollection

IHTMLMetaElement::get_charset


HRESULT get_charset(
    BSTR *p 
);

Retrieves the character set of the document.

p
Address of a variable that receives the character set.

See also put_charset

Up Top of Page


IHTMLMetaElement::put_charset


HRESULT put_charset( 
    BSTR v 
);

Sets the character set of the document.

v
String specifying the character set.

See also get_charset


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