MLCONVCHAR Enumerated Typ...     SCRIPTCONTF Enumerated Ty...     Enumerated Types    
Web Workshop (Miscellaneous)

MLDETECTCP Enumerated Type


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
Windows Use Windows 95 and later
Header Declared in Mlang.h
Minimum availability Internet Explorer 5

See Also

DetectEncodingInfo



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.