Syntax
HRESULT Reconvert(
[in] ITfRange *pRange
);
Parameters
- pRange [in]
-
Pointer to an ITfRange object that covers the text to be reconverted. To obtain this range object call ITfFnReconversion::QueryRange.
Return Value
The method can return one of the following values.
| Value | Description |
|
S_OK
| The method was successful.
|
|
E_FAIL
| An unspecified error occurred.
|
|
E_INVALIDARG
| One or more parameters are invalid.
|
|
E_OUTOFMEMORY
| A memory allocation failure occurred.
|
Remarks
If this method causes some type of user interface to be displayed, such as a dialog box, this method must not wait for the UI to be dismissed before returning.
Requirements
| Client | Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation. |
| Redistributable | Requires TSF 1.0 on Windows NT 4.0, Windows 2000 Professional and Windows MeWindows 98. |
| Header | Declared in Ctffunc.idl and Ctffunc.h. |
| DLL | Requires Msctf.dll. |
See Also
ITfFnReconversion
ITfRange
ITfFnReconversion::QueryRange
Send comments about this topic to Microsoft
Build date: 12/17/2008