MLCP
A version of this page is also available for
4/8/2010
This enumeration is used with the IMultiLanguage3::DetectOutboundCodePage and IMultiLanguage3::DetectOutboundCodePageInIStream methods to control the behavior of the methods.
Syntax
typedef enum tagMLCPF {
MLDETECTF_MAILNEWS = 0x0001,
MLDETECTF_BROWSER = 0x0002,
MLDETECTF_VALID = 0x0004,
MLDETECTF_VALID_NLS = 0x0008,
MLDETECTF_PRESERVE_ORDER = 0x0010,
MLDETECTF_PREFERRED_ONLY = 0x0020,
MLDETECTF_FILTER_SPECIALCHAR = 0x0040
} MLCP;
Elements
- MLDETECTF_MAILNEWS
Not currently supported.
- MLDETECTF_BROWSER
Not currently supported.
- MLDETECTF_VALID
Detection result must be valid for conversion and text rendering.
- MLDETECTF_VALID_NLS
Detection result must be valid for conversion.
- MLDETECTF_PRESERVE_ORDER
Value that indicates that the preferred code page order is to be preserved. This value is meaningful only if you have set the puiPreferredCodePages parameter in the IMultiLanguage3::DetectOutboundCodePage or IMultiLanguage3::DetectOutboundCodePageInIStream method.
- MLDETECTF_PREFERRED_ONLY
Value that indicates that only one of the preferred code pages is to be returned as the detection result. This value is meaningful only if you have set the puiPreferredCodePages parameter in the IMultiLanguage3::DetectOutboundCodePage or IMultiLanguage3::DetectOutboundCodePageInIStream method.
- MLDETECTF_FILTER_SPECIALCHAR
Value that indicates that graphical symbols and punctuation are to be filtered out.
Requirements
Header | mlang.h, mlang.idl |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |