Retrieves the MIMECSETINFO structure corresponding to the specified character set name.
Syntax
HRESULT GetCharsetInfo( BSTR Charset, PMIMECSETINFO pCharsetInfo );
Parameters
- Charset
- [in] ISO- or IANA-defined character set name the client wants information about.
- pCharsetInfo
- [out] Address of the buffer to receive the MIMECSETINFO structure corresponding to the specified character set.
Return Value
Returns S_OK if successful, or E_FAIL otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
IMultiLanguage::GetCodePageInfo, IMultiLanguage::GetRfc1766Info