Compartilhar via


Interface ITfActiveLanguageProfileNotifySink (msctf.h)

A interface ITfActiveLanguageProfileNotifySink é implementada por um aplicativo para receber uma notificação quando o serviço de texto ou idioma ativo for alterado.

Para instalar o coletor de consultoria, obtenha um objeto ITfSource de um objeto ITfThreadMgr chamando ITfThreadMgr::QueryInterface com IID_ITfActiveLanguageProfileNotifySink. Em seguida, chame ITfSource::AdviseSink com IID_ITfActiveLanguageProfileNotifySink.

Herança

A interface ITfActiveLanguageProfileNotifySink herda da interface IUnknown . ITfActiveLanguageProfileNotifySink também tem estes tipos de membros:

Métodos

A interface ITfActiveLanguageProfileNotifySink tem esses métodos.

 
ITfActiveLanguageProfileNotifySink::OnActivated

Método ITfActiveLanguageProfileNotifySink::OnActivated

Requisitos

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

Confira também

ITfSource

ITfSource::AdviseSink

ITfThreadMgr

IUnknown