Extends the Text Object Model (TOM) to provide extra functionality for windowless operation.
ITextServices Members
Remarks
In conjunction with the ITextHost interface, ITextServices provides the means by which a rich edit control can be used without creating a window.
When to Implement
Applications do not implement the ITextServices interface.
When to Use
Applications can call the CreateTextServices function to create a text services object. To retrieve an ITextServices pointer, call QueryInterface on the private IUnknown pointer returned by CreateTextServices. You can then call the ITextServices methods to send messages to the text services object.
Interface Information
| Minimum DLL Version | msftedit.dll |
|---|
| Inherits from | IUnknown |
|---|
| Header | textserv.h |
|---|
| Minimum operating systems |
Windows 95 with Rich Edit 2.0, Windows 98, Windows NT 4.0 |
|---|
See Also
Windowless Rich Edit Controls Overview