共用方式為


msctf.h (ITfFunctionProvider 介面)

ITfFunctionProvider 介面是由應用程式或文字服務實作,以提供各種函式物件。

繼承

ITfFunctionProvider 介面繼承自 IUnknown 介面。 ITfFunctionProvider 也有下列類型的成員:

方法

ITfFunctionProvider 介面具有這些方法。

 
ITfFunctionProvider::GetDescription

ITfFunctionProvider::GetDescription 方法
ITfFunctionProvider::GetFunction

ITfFunctionProvider::GetFunction 方法
ITfFunctionProvider::GetType

ITfFunctionProvider::GetType 方法

備註

啟用文字服務時,會呼叫 ITFSourceSingle::AdviseSingleSink 與 IID_ITfFunctionProvider 來註冊函式提供者。 文字服務應該在停用時,向 ITFSourceSingle::UnadviseSingleSink 取消註冊其函式提供者。

規格需求

需求
最低支援的用戶端 Windows 2000 專業版 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 Windows 2000 Server [傳統型應用程式 |UWP 應用程式]
目標平台 Windows
標頭 msctf.h
可轉散發套件 Windows 2000 專業版上的 TSF 1.0

另請參閱

ITFSourceSingle::AdviseSingleSink

ITFSourceSingle::UnadviseSingleSink

IUnknown