IHTMLDocument2::get_defaultCharsetIHTMLDocument2::get_defaultCharset*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLDocument2::put_defaultCharset
*Next Topic: IHTMLDocument2::get_mimeType

IHTMLDocument2::get_defaultCharset


HRESULT get_defaultCharset(
    BSTR *p
);

Retrieves the default character set of the document.

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

See also put_defaultCharset

Up Top of Page


IHTMLDocument2::put_defaultCharset


HRESULT put_defaultCharset(
    BSTR v
);

Specifies the default character set of the document.

v
String value specifying the default character set.

See also get_defaultCharset


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