IMultiLanguage::GetCharsetInfo method
Gets the MIMECSETINFO structure corresponding to the specified character set name.
Syntax
HRESULT GetCharsetInfo(
[in] BSTR Charset,
[out] PMIMECSETINFO pCharsetInfo
);
Parameters
Charset [in]
The ISO-defined or IANA-defined character set name that the client wants information about.pCharsetInfo [out]
The 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.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mlang.h |
IDL |
Mlang.idl |
DLL |
Mlang.dll |
See also
Reference