ITfTextEditSink interface
The ITfTextEditSink interface supports completion of an edit session that involves read/write access. Install this advise sink by calling ITfSource::AdviseSink with IID_ITfTextEditSink. A text service or application can optionally implement this interface.
Members
The ITfTextEditSink interface inherits from the IUnknown interface. ITfTextEditSink also has these types of members:
Methods
The ITfTextEditSink interface has these methods.
| Method | Description |
|---|---|
| OnEndEdit |
Receives a notification upon completion of an ITfEditSession::DoEditSession method that has read/write access to the context. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
- IUnknown
- ITfContext
- ITfContext::RequestEditSession
- ITfEditSession::DoEditSession
- ITfSource::AdviseSink