msctf.h (ITfInputProcessorProfiles 介面)
ITfInputProcessorProfiles 介面是由 TSF 管理員實作,並由應用程式或文字服務用來操作一或多個文字服務的語言配置檔。
繼承
ITfInputProcessorProfiles 介面繼承自 IUnknown 介面。 ITfInputProcessorProfiles 也有下列類型的成員:
方法
ITfInputProcessorProfiles 介面具有這些方法。
ITfInputProcessorProfiles::ActivateLanguageProfile ITfInputProcessorProfiles::ActivateLanguageProfile 方法 |
ITfInputProcessorProfiles::AddLanguageProfile ITfInputProcessorProfiles::AddLanguageProfile 方法 |
ITfInputProcessorProfiles::ChangeCurrentLanguage ITfInputProcessorProfiles::ChangeCurrentLanguage 方法 |
ITfInputProcessorProfiles::EnableLanguageProfile ITfInputProcessorProfiles::EnableLanguageProfile 方法 |
ITfInputProcessorProfiles::EnableLanguageProfileByDefault ITfInputProcessorProfiles::EnableLanguageProfileByDefault 方法 |
ITfInputProcessorProfiles::EnumInputProcessorInfo ITfInputProcessorProfiles::EnumInputProcessorInfo 方法 |
ITfInputProcessorProfiles::EnumLanguageProfiles ITfInputProcessorProfiles::EnumLanguageProfiles 方法 |
ITfInputProcessorProfiles::GetActiveLanguageProfile ITfInputProcessorProfiles::GetActiveLanguageProfile 方法 |
ITfInputProcessorProfiles::GetCurrentLanguage ITfInputProcessorProfiles::GetCurrentLanguage 方法 |
ITfInputProcessorProfiles::GetDefaultLanguageProfile ITfInputProcessorProfiles::GetDefaultLanguageProfile 方法 |
ITfInputProcessorProfiles::GetLanguageList ITfInputProcessorProfiles::GetLanguageList 方法 |
ITfInputProcessorProfiles::GetLanguageProfileDescription ITfInputProcessorProfiles::GetLanguageProfileDescription 方法 |
ITfInputProcessorProfiles::IsEnabledLanguageProfile ITfInputProcessorProfiles::IsEnabledLanguageProfile 方法 |
ITfInputProcessorProfiles::Register ITfInputProcessorProfiles::Register 方法 |
ITfInputProcessorProfiles::RemoveLanguageProfile ITfInputProcessorProfiles::RemoveLanguageProfile 方法 |
ITfInputProcessorProfiles::SetDefaultLanguageProfile ITfInputProcessorProfiles::SetDefaultLanguageProfile 方法 |
ITfInputProcessorProfiles::SubstituteKeyboardLayout ITfInputProcessorProfiles::SubstituteKeyboardLayout 方法 |
ITfInputProcessorProfiles::Unregister ITfInputProcessorProfiles::Unregister 方法 |
備註
若要取得這個介面的指標,請使用 CLSID_TF_InputProcessorProfiles 呼叫 CoCreateInstance 。
範例
ITfInputProcessorProfiles
HRESULT hr;
ITfInputProcessorProfiles *pProfiles;
//Create the object.
hr = CoCreateInstance( CLSID_TF_InputProcessorProfiles,
NULL,
CLSCTX_INPROC_SERVER,
IID_ITfInputProcessorProfiles,
(LPVOID*)&pProfiles);
if(SUCCEEDED(hr))
{
//Use the interface.
//Release the interface.
pProfiles->Release();
}
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 專業版 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | msctf.h |
可轉散發套件 | Windows 2000 專業版上的 TSF 1.0 |