TfCandidateResult enumeration
Elements of the TfCandidateResult enumeration are used with the ITfCandidateList::SetResult method to specify the result of a reconversion operation performed on a given candidate string.
Syntax
typedef enum tagTfCandidateResult { CAND_FINALIZED = 0x0, CAND_SELECTED = 0x1, CAND_CANCELED = 0x2 } TfCandidateResult;
Constants
- CAND_FINALIZED
-
The candidate string has been selected and accepted. The previous text should be replaced with the specified candidate.
- CAND_SELECTED
-
The candidate string has been selected, but the selection is not yet final.
- CAND_CANCELED
-
The reconversion operation has been canceled.
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 |
|
See also
Send comments about this topic to Microsoft
Build date: 10/27/2012
