TF_CreateInputProcessorProfiles函式 (msctf.h)
TF_CreateInputProcessorProfiles函式可用來建立輸入處理器配置檔物件,而不需要初始化 COM。 不建議使用此方法,因為呼叫進程必須在 Msctf.dll 擁有的對象上維護適當的參考計數。
相反地,建議使用 CoCreateInstance 建立輸入處理器配置檔物件,如 ITfInputProcessorProfiles 所示。
語法
HRESULT TF_CreateInputProcessorProfiles(
[out] ITfInputProcessorProfiles **ppipr
);
參數
[out] ppipr
接收輸入處理器配置檔物件的 ITfInputProcessorProfiles 介面指標指標。
傳回值
值 | 意義 |
---|---|
S_OK | 函式成功。 |
E_FAIL | 發生未指定的錯誤。 |
E_INVALIDARG | ppipr 無效。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 專業版 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | msctf.h |
Dll | Msctf.dll |
可轉散發套件 | Windows 2000 專業版上的 TSF 1.0 |