IMultiLanguage::GetCharsetInfo
This method retrieves the MIMECSETINFO structure corresponding to the specified character set name.
HRESULT GetCharsetInfo(
BSTR Charset,
PMIMECSETINFO pCharsetInfo
);
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.
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.