Gets the MIMECSETINFO structure corresponding to the specified character set name.
Syntax
HRESULT GetCharsetInfo(
BSTR Charset,
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.
See Also