Retrieves the MIMECSETINFO structure corresponding to the specified charset name.
Syntax
HRESULT GetCharsetInfo( BSTR Charset, PMIMECSETINFO pCharsetInfo );
Parameters
- Charset
- [in] ISO- or IANA-defined charset name the client wants information about.
- pCharsetInfo
- [out] Address of the buffer to receive the MIMECSETINFO structure corresponding to the specified charset.
Return Value
Returns S_OK if successful, or E_FAIL otherwise.