MIMECPINFO Structure     RFC1766INFO Structure     MLang Structures    
Web Workshop (Miscellaneous)

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

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Declared in Mlang.h.
Minimum availability Internet Explorer 4.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

See Also

MIMECPINFO



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.