Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_FINALIZEDValue: 0 The candidate string has been selected and accepted. The previous text should be replaced with the specified candidate. |
CAND_SELECTEDValue: 0x1 The candidate string has been selected, but the selection is not yet final. |
CAND_CANCELEDValue: 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 |