IMultiLanguage::GetCharsetInfo (Windows CE 5.0)
This method retrieves the MIMECSETINFO structure corresponding to the specified character set name.
HRESULTGetCharsetInfo(BSTRCharset,PMIMECSETINFOpCharsetInfo);
Parameters
- Charset
[in] ISO-defined 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 Values
Returns S_OK if successful or E_FAIL otherwise.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Mlang.h, Mlang.idl.
Link Library: Mlang.dll.
Send Feedback on this topic to the authors