ITfCandidateList::GetCandidate 方法 (ctffunc.h)
取得特定的候選字串物件。
語法
HRESULT GetCandidate(
[in] ULONG nIndex,
[out] ITfCandidateString **ppCand
);
參數
[in] nIndex
指定要取得之候選字串之以零起始的索引。
[out] ppCand
接收候選字串物件的 ITfCandidateString 介面指標指標。 當不再需要此介面時,呼叫端必須釋放此介面。
傳回值
這個方法可以傳回其中一個值。
值 | 描述 |
---|---|
|
此方法成功。 |
|
nIndex 無效。 |
|
ppCand 無效。 |
|
發生記憶體配置失敗。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 專業版 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows 2000 Server [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | ctffunc.h |
Dll | Tiptsf.dll |
可轉散發套件 | Windows 2000 專業版上的 TSF 1.0 |