MIMECSETINFO
This structure contains information about a given charset.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Mlang.h, Mlang.idl.
See Also
IMultiLanguage::GetCharsetInfo
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.