ITfInputProcessorProfiles 인터페이스(msctf.h)
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 Professional[데스크톱 앱만] |
지원되는 최소 서버 | Windows 2000 Server[데스크톱 앱만] |
대상 플랫폼 | Windows |
헤더 | msctf.h |
재배포 가능 파일 | Windows 2000 Professional의 TSF 1.0 |