The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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 |
|
|
IDL |
|
|
DLL |
|
See also
- IMultiLanguage
- Reference
- GetCodePageInfo
- GetRfc1766Info
Show: