MLDETECTCP
This enumeration is used with the code page detection methods IMultiLanguage2::DetectInputCodepage and IMultiLanguage2::DetectCodepageInIStream to specify the type of the incoming data.
typedef enum tagMLDETECTCP {
MLDETECTCP_NONE = 0,
MLDETECTCP_7BIT = 1,
MLDETECTCP_8BIT = 2,
MLDETECTCP_DBCS = 4,
MLDETECTCP_HTML = 8
} MLDETECTCP;
Elements
- MLDETECTCP_NONE
Value that indicates that the default setting will be used. - MLDETECTCP_7BIT
Value that indicates that the input stream consists of 7-bit data. - MLDETECTCP_8BIT
Value that indicates that the input stream consists of 8-bit data. - MLDETECTCP_DBCS
Value that indicates that the input stream consists of double-byte data. - MLDETECTCP_HTML
Value that indicates that the input stream is an HTML page.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Mlang.h, Mlang.idl.
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.