Share via


MLCP (Windows CE 5.0)

Send Feedback

This enumeration is used with the IMultiLanguage3::DetectOutboundCodePage and IMultiLanguage3::DetectOutboundCodePageInIStream methods to control the behavior of the methods.

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Mlang.h, Mlang.idl.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.