ITfContextComposition interface (msctf.h)

The ITfContextComposition interface is implemented by the TSF manager and is used by a text service to create and manipulate compositions. An instance of this interface is provided by ITfContext::QueryInterface with IID_ITfContextComposition.

Inheritance

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

Methods

The ITfContextComposition interface has these methods.

 
ITfContextComposition::EnumCompositions

ITfContextComposition::EnumCompositions method
ITfContextComposition::FindComposition

ITfContextComposition::FindComposition method
ITfContextComposition::StartComposition

ITfContextComposition::StartComposition method
ITfContextComposition::TakeOwnership

ITfContextComposition::TakeOwnership 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

IUnknown