IHTMLDocument2::get_charsetIHTMLDocument2::get_charset*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLDocument2::put_charset
*Next Topic: IHTMLDocument2::put_defaultCharset

IHTMLDocument2::get_charset


HRESULT get_charset(
    BSTR *p
);

Retrieves the character set used to encode the document.

p
Address of a string variable that receives the current character set.

See also put_charset

Up Top of Page


IHTMLDocument2::put_charset


HRESULT put_charset(
    BSTR v
);

Specifies the character set used to encode the document.

v
String value specifying the character set.

See also get_charset


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