ITfFnLMProcessor::Reconvert method (ctffunc.h)

Invokes the reconversion process in the language model text service for a range.

Syntax

HRESULT Reconvert(
  [in] ITfRange *pRange
);

Parameters

[in] pRange

Pointer to an ITfRange object that covers the text to reconvert.

Return value

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_FAIL
An unspecified error occurred.
E_INVALIDARG
pRange is invalid.

Remarks

This method is identical to ITfFnReconversion::Reconvert. When ITfFnReconversion::Reconvert is called in the text service, the text service should forward the call to this method if a language model processor is installed. If no language model processor is installed, the text service should perform its default processing.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header ctffunc.h
DLL Msctf.dll
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfFnLMProcessor

ITfRange