TfCandidateResult enumeration (ctffunc.h)

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 __MIDL_ITfCandidateList_0001 {
  CAND_FINALIZED = 0,
  CAND_SELECTED = 0x1,
  CAND_CANCELED = 0x2
} TfCandidateResult;

Constants

 
CAND_FINALIZED
Value: 0
The candidate string has been selected and accepted. The previous text should be replaced with the specified candidate.
CAND_SELECTED
Value: 0x1
The candidate string has been selected, but the selection is not yet final.
CAND_CANCELED
Value: 0x2
The reconversion operation has been canceled.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Header ctffunc.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfCandidateList::SetResult