Interface ITfQueryEmbedded (msctf.h)
A interface ITfQueryEmbedded é implementada pelo gerenciador do TSF e usada por um serviço de texto para determinar se um contexto pode aceitar um objeto inserido.
Herança
A interface ITfQueryEmbedded herda da interface IUnknown . ITfQueryEmbedded também tem estes tipos de membros:
Métodos
A interface ITfQueryEmbedded tem esses métodos.
ITfQueryEmbedded::QueryInsertEmbedded Método ITfQueryEmbedded::QueryInsertEmbedded |
Comentários
Para obter uma instância dessa interface, chame o método ITfContext::QueryInterface com IID_ITfQueryEmbedded.
Exemplos
HRESULT hr;
ITfQueryEmbedded *pQueryEmbedded;
hr = pContext->QueryInterface(IID_ITfQueryEmbedded, (LPVOID*)&pQueryEmbedded);
if(SUCCEEDED(hr))
{
//Use the ITfQueryEmbedded interface.
pQueryEmbedded->Release();
}
Requisitos
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 |