Share via


Interfaz ITfLanguageProfileNotifySink (msctf.h)

Una aplicación implementa la interfaz ITfLanguageProfileNotifySink para recibir notificaciones cuando cambia el perfil de idioma.

Para instalar este receptor de avisos, obtenga un objeto ITfSource de un objeto ITfInputProcessorProfiles llamando a ITfInputProcessorProfiles::QueryInterface con IID_ITfSource. A continuación, llame a ITfSource::AdviseSink con IID_ITfLanguageProfileNotifySink.

Herencia

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

Métodos

La interfaz ITfLanguageProfileNotifySink tiene estos métodos.

 
ITfLanguageProfileNotifySink::OnLanguageChange

Método ITfLanguageProfileNotifySink::OnLanguageChange
ITfLanguageProfileNotifySink::OnLanguageChanged

Método ITfLanguageProfileNotifySink::OnLanguageChanged

Requisitos

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

Consulte también

ITfInputProcessorProfiles

ITfSource

ITfSource::AdviseSink

IUnknown