Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ITfQueryEmbedded interface is implemented by the TSF manager and used by a text service to determine if a context can accept an embedded object.
Inheritance
The ITfQueryEmbedded interface inherits from the IUnknown interface. ITfQueryEmbedded also has these types of members:
Methods
The ITfQueryEmbedded interface has these methods.
ITfQueryEmbedded::QueryInsertEmbedded ITfQueryEmbedded::QueryInsertEmbedded method |
Remarks
To obtain an instance of this interface, call the ITfContext::QueryInterface method with IID_ITfQueryEmbedded.
Examples
HRESULT hr;
ITfQueryEmbedded *pQueryEmbedded;
hr = pContext->QueryInterface(IID_ITfQueryEmbedded, (LPVOID*)&pQueryEmbedded);
if(SUCCEEDED(hr))
{
//Use the ITfQueryEmbedded interface.
pQueryEmbedded->Release();
}
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | msctf.h |
Redistributable | TSF 1.0 on Windows 2000 Professional |