ITfContextComposition interface
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.
Members
The ITfContextComposition interface inherits from the IUnknown interface. ITfContextComposition also has these types of members:
Methods
The ITfContextComposition interface has these methods.
| Method | Description |
|---|---|
| EnumCompositions |
Creates an enumerator object that contains all compositions in the context. |
| FindComposition |
Creates an enumerator object that contains all compositions that intersect a specified range of text. |
| StartComposition |
Creates a new composition. |
| TakeOwnership |
Not currently implemented. |
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