Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Used with the code page detection methods IMultiLanguage2::DetectInputCodepage and IMultiLanguage2::DetectCodepageInIStream to specify the type of the incoming data.
Syntax
typedef enum tagMLDETECTCP{ MLDETECTCP_NONE = 0, MLDETECTCP_7BIT = 1, MLDETECTCP_8BIT = 2, MLDETECTCP_DBCS = 4, MLDETECTCP_HTML = 8 } MLDETECTCP;
Constants
- MLDETECTCP_NONE
- Default setting will be used.
- MLDETECTCP_7BIT
- Input stream consists of 7-bit data.
- MLDETECTCP_8BIT
- Input stream consists of 8-bit data.
- MLDETECTCP_DBCS
- Input stream consists of double-byte data.
- MLDETECTCP_HTML
- Input stream is an HTML page.
Enumerated Type Information
Windows NT Use version 4.0 and later. Windows Use Windows 95 and later. Header Declared in Mlang.h. Minimum availability Internet Explorer 5
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.