Share via


Interfaz ITfActiveLanguageProfileNotifySink (msctf.h)

Una aplicación implementa la interfaz ITfActiveLanguageProfileNotifySink para recibir una notificación cuando cambia el idioma o el servicio de texto activo.

Para instalar el receptor de asesoramiento, obtenga un objeto ITfSource de un objeto ITfThreadMgr llamando a ITfThreadMgr::QueryInterface con IID_ITfActiveLanguageProfileNotifySink. A continuación, llame a ITfSource::AdviseSink con IID_ITfActiveLanguageProfileNotifySink.

Herencia

La interfaz ITfActiveLanguageProfileNotifySink hereda de la interfaz IUnknown . ITfActiveLanguageProfileNotifySink también tiene estos tipos de miembros:

Métodos

La interfaz ITfActiveLanguageProfileNotifySink tiene estos métodos.

 
ITfActiveLanguageProfileNotifySink::OnActivated

ITfActiveLanguageProfileNotifySink::OnActivated (método)

Requisitos

Requisito Value
Cliente mínimo compatible Windows 2000 Professional [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows 2000 Server [solo aplicaciones de escritorio]
Plataforma de destino Windows
Encabezado msctf.h
Redistribuible TSF 1.0 en Windows 2000 Professional

Consulte también

ITfSource

ITfSource::AdviseSink

ITfThreadMgr

IUnknown