ReactOS 0.4.16-dev-1104-ge0ef51b
|
Public Types | |
enum | TfCandidateResult { CAND_FINALIZED = 0 , CAND_SELECTED = 0x1 , CAND_CANCELED = 0x2 } |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | EnumCandidates ([out] IEnumTfCandidates **ppEnum) |
HRESULT | GetCandidate ([in] ULONG nIndex, [out] ITfCandidateString **ppCand) |
HRESULT | GetCandidateNum ([out] ULONG *pnCnt) |
HRESULT | SetResult ([in] ULONG nIndex, [in] TfCandidateResult imcr) |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 108 of file ctffunc.idl.
Enumerator | |
---|---|
CAND_FINALIZED | |
CAND_SELECTED | |
CAND_CANCELED |
Definition at line 110 of file ctffunc.idl.
HRESULT ITfCandidateList::EnumCandidates | ( | [out] IEnumTfCandidates ** | ppEnum | ) |
HRESULT ITfCandidateList::GetCandidate | ( | [in] ULONG | nIndex, |
[out] ITfCandidateString ** | ppCand | ||
) |
HRESULT ITfCandidateList::SetResult | ( | [in] ULONG | nIndex, |
[in] TfCandidateResult | imcr | ||
) |