Interface ITfLanguageProfileNotifySink (msctf.h)

A interface ITfLanguageProfileNotifySink é implementada por um aplicativo para receber notificações quando o perfil de idioma é alterado.

Para instalar esse coletor de consultoria, obtenha um objeto ITfSource de um objeto ITfInputProcessorProfiles chamando ITfInputProcessorProfiles::QueryInterface com IID_ITfSource. Em seguida, chame ITfSource::AdviseSink com IID_ITfLanguageProfileNotifySink.

Herança

A interface ITfLanguageProfileNotifySink herda da interface IUnknown . ITfLanguageProfileNotifySink também tem esses tipos de membros:

Métodos

A interface ITfLanguageProfileNotifySink tem esses métodos.

 
ITfLanguageProfileNotifySink::OnLanguageChange

Método ITfLanguageProfileNotifySink::OnLanguageChange
ITfLanguageProfileNotifySink::OnLanguageChanged

Método ITfLanguageProfileNotifySink::OnLanguageChanged

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 2000 Professional [aplicativos da área de trabalho | Aplicativos UWP]
Servidor mínimo com suporte Windows 2000 Server [aplicativos da área de trabalho | Aplicativos UWP]
Plataforma de Destino Windows
Cabeçalho msctf.h
Redistribuível TSF 1.0 no Windows 2000 Professional

Confira também

ITfInputProcessorProfiles

ITfSource

ITfSource::AdviseSink

IUnknown