다음을 통해 공유


ITfInputProcessorProfileMgr 인터페이스(msctf.h)

ITfInputProcessorProfileMgr 인터페이스는 TSF 관리자에 의해 구현되며 애플리케이션 또는 텍스트 서비스에서 하나 이상의 텍스트 서비스의 언어 프로필을 조작하는 데 사용됩니다.

상속

ITfInputProcessorProfileMgr 인터페이스는 IUnknown 인터페이스에서 상속됩니다. ITfInputProcessorProfileMgr 에는 다음과 같은 유형의 멤버도 있습니다.

메서드

ITfInputProcessorProfileMgr 인터페이스에는 이러한 메서드가 있습니다.

 
ITfInputProcessorProfileMgr::ActivateProfile

ITfInputProcessorProfileMgr::ActivateProfile 메서드는 지정된 텍스트 서비스의 프로필 또는 키보드 레이아웃을 활성화합니다.
ITfInputProcessorProfileMgr::D eactivateProfile

ITfInputProcessorProfileMgr::D eactivateProfile 메서드는 지정된 텍스트 서비스의 프로필 또는 키보드 레이아웃을 비활성화합니다.
ITfInputProcessorProfileMgr::EnumProfiles

ITfInputProcessorProfileMgr::EnumProfiles 메서드는 열거할 프로필을 반환합니다.
ITfInputProcessorProfileMgr::GetActiveProfile

이 메서드는 현재 활성 프로필을 반환합니다.
ITfInputProcessorProfileMgr::GetProfile

ITfInputProcessorProfileMgr::GetProfile 메서드는 지정된 텍스트 서비스의 프로필 또는 키보드 레이아웃 정보를 TF_INPUTPROCESSORPROFILE 구조체로 반환합니다.
ITfInputProcessorProfileMgr::RegisterProfile

ITfInputProcessorProfileMgr::RegisterProfile 메서드는 텍스트 서비스와 프로필을 등록합니다.
ITfInputProcessorProfileMgr::ReleaseInputProcessor

ITfInputProcessorProfileMgr::ReleaseInputProcessor 메서드는 지정된 CLSID의 텍스트 서비스에 속하는 프로필을 비활성화하고 ITfTextInputProcessorEx 인터페이스의 instance 해제합니다.
ITfInputProcessorProfileMgr::UnregisterProfile

ITfInputProcessorProfileMgr::UnregisterProfile 메서드는 텍스트 서비스 및 프로필을 등록 취소합니다.

설명

ITfInputProcessorProfiles와 달리 ITfInputProcessorProfileMgr은 키보드 레이아웃과 텍스트 서비스를 원활하게 관리할 수 있습니다. Windows Vista에서는 다음 메서드를 사용하는 대신 이 인터페이스를 사용하는 것이 좋습니다.

  • ITfInputProcessorProfiles::Register
  • ITfInputProcessorProfiles::Unregister
  • ITfInputProcessorProfiles::AddLanguageProfile
  • ITfInputProcessorProfiles::RemoveLanguageProfile
  • ITfInputProcessorProfiles::EnumInputProcessorInfo
  • ITfInputProcessorProfiles::ActivateLanguageProfile
  • ITfInputProcessorProfiles::GetActiveLanguageProfile
  • ITfInputProcessorProfiles::EnumLanguageProfiles

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows Vista [데스크톱 앱 | UWP 앱]
지원되는 최소 서버 Windows Server 2003 R2 [데스크톱 앱 | UWP 앱]
대상 플랫폼 Windows
헤더 msctf.h

추가 정보

ITfInputProcessorProfiles