IMultiLanguage2::GetCharsetInfo (Windows CE 5.0)
This method retrieves the MIMECSETINFO structure corresponding to the specified charset name.
HRESULTGetCharsetInfo(BSTRCharset,PMIMECSETINFOpCharsetInfo);
Parameters
- Charset
[in] ISO-defined or IANA-defined charset name the client wants information about. - pCharsetInfo
[out] Pointer to the buffer to receive the MIMECSETINFO structure corresponding to the specified charset.
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