Skip to content

Latest commit

 

History

History
71 lines (59 loc) · 3.03 KB

nl-textserv-itextservices.md

File metadata and controls

71 lines (59 loc) · 3.03 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NL:textserv.ITextServices
ITextServices (textserv.h)
Extends the Text Object Model (TOM) to provide extra functionality for windowless operation.
ITextServices
ITextServices interface [Windows Controls]
ITextServices interface [Windows Controls]
described
_win32_ITextServices
_win32_ITextServices_cpp
controls.ITextServices
controls._win32_ITextServices
textserv/ITextServices
controls\ITextServices.htm
Controls
VS|Controls|~\controls\richedit\windowlessricheditcontrols\windowlessricheditcontrolsreference\windowlessricheditcontrolinterfaces\itextservices.htm
12/05/2018
ITextServices, ITextServices interface [Windows Controls], ITextServices interface [Windows Controls],described, _win32_ITextServices, _win32_ITextServices_cpp, controls.ITextServices, controls._win32_ITextServices, textserv/ITextServices
textserv.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextServices
textserv/ITextServices
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextServices

ITextServices class

-description

Extends the Text Object Model (TOM) to provide extra functionality for windowless operation.

-inheritance

The ITextServices interface inherits from the IUnknown interface. ITextServices also has these types of 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.

-see-also

Windowless Rich Edit Controls Overview