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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the name of the default character set.
See also put_defaultCharset
IHTMLDocument2::put_defaultCharset
HRESULT put_defaultCharset( BSTR v );Specifies the default character set of the document.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying the default character set.
See also get_defaultCharset
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.