Share via


IMLangLineBreakConsole (Windows CE 5.0)

Send Feedback

This interface provides a console-based line-breaking service. This interface is not supported on all Windows 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

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.