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