ITfCompositionSink interface (msctf.h)

The ITfCompositionSink interface is implemented by a text service to receive a notification when a composition is terminated. This advise sink is installed by passing a pointer to this interface when the composition is started with the ITfContextComposition::StartComposition method.

Inheritance

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

Methods

The ITfCompositionSink interface has these methods.

 
ITfCompositionSink::OnCompositionTerminated

ITfCompositionSink::OnCompositionTerminated 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

ITfContextComposition::StartComposition

IUnknown