INETLANGMASK enumeration
Do not use. Specifies the validity of a member of the CODEPAGEINFO structure.
Syntax
typedef enum tagINETLANGMASK {
ILM_FAMILY = 0x00000001,
ILM_NAME = 0x00000002,
ILM_BODYCSET = 0x00000004,
ILM_HEADERCSET = 0x00000008,
ILM_WEBCSET = 0x00000010,
ILM_FIXEDFONT = 0x00000020,
ILM_VARIABLEFONT = 0x00000040
} ACCESSTYPE;
Constants
-
ILM_FAMILY
-
Indicates that dwFamily is valid.
-
ILM_NAME
-
Indicates that szName is valid.
-
ILM_BODYCSET
-
Indicates that szBodyCset is valid.
-
ILM_HEADERCSET
-
Indicates that szHeadCset is valid.
-
ILM_WEBCSET
-
Indicates that szWebCset is valid.
-
ILM_FIXEDFONT
-
Indicates that szFixedFont is valid.
-
ILM_VARIABLEFONT
-
Indicates that szVariableFont is valid.
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 |
|