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.
A version of this page is also available for
4/8/2010
This structure contains information about a given charset.
Syntax
typedef struct tagMIMECSETINFO {
UINT uiCodePage;
UINT uiInternetEncoding;
WCHAR wszCharset[MAX_MIMECSET_NAME];
} MIMECSETINFO, *PMIMECSETINFO;
Members
- uiCodePage
Code page identifier value for the charset.
- uiInternetEncoding
Internet encoding identifier for the charset, if one exists.
- wszCharset
Human-readable name of the charset in a Unicode string.
Remarks
A client can retrieve the MIMECSETINFO structure for a specified charset by calling the IMultiLanguage::GetCharsetInfo method.
Requirements
| Header | mlang.h, mlang.idl |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |