ITfFnReconversion interface (ctffunc.h)
The ITfFnReconversion interface is implemented by a text service and is used by the TSF manager or a client to support reconversion of text provided by the text service.
The TSF manager implements this interface to provide access to this interface to other clients. This allows the TSF manager to function as a mediator between the client and the text service.
The TSF manager obtains this interface by calling the text service ITfFunctionProvider::GetFunction method with IID_ITfFnReconversion.
An application obtains this interface by calling the TSF manager ITfFunctionProvider::GetFunction method with IID_ITfFnReconversion.
Inheritance
The ITfFnReconversion interface inherits from the IUnknown interface. ITfFnReconversion also has these types of members:
Methods
The ITfFnReconversion interface has these methods.
ITfFnReconversion::GetReconversion ITfFnReconversion::GetReconversion method |
ITfFnReconversion::QueryRange The ITfFnReconversion::QueryRange method obtains the range of text that the reconversion applies to. |
ITfFnReconversion::Reconvert ITfFnReconversion::Reconvert method |
Remarks
When a text service must interpret text before it is inserted into a context, there might be more than one possible interpretation of the text. Speech input is an example of this. If the spoken word is "there", other possible interpretations might be "their" or "they're". The text service will insert the most appropriate text, but there is still some chance of error involved. Text reconversion is the process of allowing the user to select alternate text for the inserted text.
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 | ctffunc.h |
Redistributable | TSF 1.0 on Windows 2000 Professional |