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.
Do not use. Holds information about a character set. A client can use an IMimeInternational object to look up an INETCSETINFO for an HCHARSET.
Syntax
typedef struct tagINETCSETINFO {
CHAR szName[CCHMAX_CSET_NAME];
HCHARSET hCharset;
CODEPAGEID cpiWindows;
CODEPAGEID cpiInternet;
DWORD dwReserved1;
} INETCSETINFO, *LPINETCSETINFO;
Members
-
szName
-
Type: CHAR[CCHMAX_CSET_NAME]
-
Contains the character set name.
-
hCharset
-
Type: HCHARSET
-
Contains the handle to this character set.
-
cpiWindows
-
Type: CODEPAGEID
-
Contains the Windows code page ID. For more information, see CODEPAGEID.
-
cpiInternet
-
Type: CODEPAGEID
-
Contains the Internet code page. For more information, see CODEPAGEID.
-
dwReserved1
-
Type: DWORD
-
Do not use.
Requirements
| Minimum supported client |
Windows XP [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |
| Product |
Outlook Express 6.0 |
| Header |
|
| IDL |
|