Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the MIMECSETINFO structure corresponding to the specified charset name.
Syntax
HRESULT GetCharsetInfo(
[in] BSTR Charset,
[out] PMIMECSETINFO pCharsetInfo
);
Parameters
Charset [in]
The ISO-defined or IANA-defined charset name the client wants information about.pCharsetInfo [out]
A pointer to the buffer to receive the MIMECSETINFO structure corresponding to the specified charset.
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 |