MIMECSETINFO Structure Home
MIMECSETINFO 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 IMultiLanguage::GetCharsetInfo.

Structure Information

Headermlang.h
Minimum availabilityInternet Explorer 4.0
Minimum operating systems Windows NT 4.0, Windows 95, Windows CE 2.12

See Also

MIMECPINFO
© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View