Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This enumeration is used with the IMultiLanguage3::DetectOutboundCodePageand IMultiLanguage3::DetectOutboundCodePageInIStreammethods 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 puiPreferredCodePagesparameter in the IMultiLanguage3::DetectOutboundCodePageor IMultiLanguage3::DetectOutboundCodePageInIStreammethod.
- 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 puiPreferredCodePagesparameter in the IMultiLanguage3::DetectOutboundCodePageor IMultiLanguage3::DetectOutboundCodePageInIStreammethod.
- 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 |