Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the character set used to encode the document.
Syntax
HRESULT get_charset( BSTR *p );
Parameters
- p
- Address of a string variable that receives the current character set.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
put_charset
Specifies the character set used to encode the document.
Syntax
HRESULT put_charset( BSTR v );
Parameters
- v
- String value specifying the character set.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_charset, IHTMLDocument2
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.