ITfTextEditSink interface (msctf.h)

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.

Inheritance

The ITfTextEditSink interface inherits from the IUnknown interface. ITfTextEditSink also has these types of members:

Methods

The ITfTextEditSink interface has these methods.

 
ITfTextEditSink::OnEndEdit

ITfTextEditSink::OnEndEdit method

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header msctf.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfContext

ITfContext::RequestEditSession

ITfEditSession::DoEditSession

ITfSource::AdviseSink

IUnknown