次の方法で共有


IMLangLineBreakConsole (Windows Embedded CE 6.0)

1/6/2010

This interface provides a console-based line-breaking service. This interface is not supported on all Windows Embedded CE-based operating systems. See the SDK documentation specific to your target device to see whether this functionality is supported.

Methods

The following table shows the methods for this interface in alphabetical order. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

Method Description

BreakLineA

Determines where to break the given ANSI string based on the specified maximum number of columns.

BreakLineW

Determines where to break the given MBCS string based on the specified maximum number of columns.

Remarks

This interface provides multilingual line-breaking functionality that varies based on locale. The IMLangLineBreakConsole interface is currently designed only for use in console-based functions, such as a mail client application that needs to format text in a specific column size.

Requirements

Header mlang.h, mlang.idl
Library mlang.dll
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Internet Explorer MLang Interfaces