Syntax
HRESULT GetReconversion(
[in] ITfRange *pRange,
[out] ITfCandidateList **ppCandList
);
Parameters
- pRange [in]
-
Pointer to an ITfRange object that covers the text to be reconverted. This range object is obtained by calling ITfFnReconversion::QueryRange.
- ppCandList [out]
-
Pointer to an ITfCandidateList pointer that receives the candidate list object.
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.
|
Requirements
| Minimum supported client | Windows 2000 Professional |
| Minimum supported server | Windows 2000 Server |
| Redistributable | TSF 1.0 onWindows NT 4.0,Windows 2000 ProfessionalandWindows MeWindows 98 |
| Header | Ctffunc.idl and Ctffunc.h |
| DLL | Msctf.dll |
See Also
- ITfFnReconversion
-
ITfRange
-
ITfFnReconversion::QueryRange
-
ITfCandidateList
Send comments about this topic to Microsoft
Build date: 7/14/2009