|
|
|
IMLangLineBreakConsole Interface |
|
IID_IMLangLineBreakConsole |
{F5BE2EE1-BFD7-11D0-B188-00AA0038C969} |
|
This interface provides a console-based line-breaking service.
This interface provides multilingual line-breaking functionality that varies based on locale. IMLangLineBreakConsole 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.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IMLangLineBreakConsole Methods |
Description |
|
BreakLineML |
Not currently implemented. |
|
BreakLineW |
Determines where to break the given string based on the specified maximum number of columns. |
|
BreakLineA |
Determines where to break the given string based on the specified maximum number of columns. |
|
BreakLineML |
|
FUNCTION
IMLangString_BreakLineML ( _ |
|
BreakLineW |
|
FUNCTION
IMLangString_BreakLineW ( _ |
|
BreakLineA |
|
FUNCTION
IMLangString_BreakLineA ( _ |
Page last updated on Monday, 03 April 2006 20:02:04 +0200