다음을 통해 공유


ITfFnLMProcessor 인터페이스(ctffunc.h)

ITfFnLMProcessor 인터페이스는 언어 모델 텍스트 서비스에서 구현되며 애플리케이션 또는 텍스트 서비스에서 대체 언어 모델 처리를 사용하도록 설정하는 데 사용됩니다.

애플리케이션 또는 텍스트 서비스는 GUID_MASTERLM_FUNCTIONPROVIDER ITfThreadMgr::GetFunctionProvider 를 호출한 다음, IID_ITfFnLMProcessor ITfFunctionProvider::GetFunction 인터페이스를 호출하여 스레드 관리자 개체에서 이 인터페이스를 가져옵니다. ITfThreadMgr::GetFunctionProvider가 실패하면 언어 모델 프로세서가 설치되지 않습니다.

상속

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

메서드

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

 
ITfFnLMProcessor::GetReconversion

ITfFnLMProcessor::GetReconversion 메서드
ITfFnLMProcessor::InvokeFunc

ITfFnLMProcessor::InvokeFunc 메서드
ITfFnLMProcessor::InvokeKey

ITfFnLMProcessor::InvokeKey 메서드
ITfFnLMProcessor::QueryKey

ITfFnLMProcessor::QueryKey 메서드
ITfFnLMProcessor::QueryLangID

ITfFnLMProcessor::QueryLangID 메서드
ITfFnLMProcessor::QueryRange

ITfFnLMProcessor::QueryRange 메서드
ITfFnLMProcessor::Reconvert

ITfFnLMProcessor::Reconvert 메서드

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows 2000 Professional[데스크톱 앱만]
지원되는 최소 서버 Windows 2000 Server[데스크톱 앱만]
대상 플랫폼 Windows
헤더 ctffunc.h
재배포 가능 파일 Windows 2000 Professional의 TSF 1.0

추가 정보

ITfCandidateList

ITfFunctionProvider::GetFunction

ITfThreadMgr::GetFunctionProvider

IUnknown