Skip to content

Latest commit

 

History

History
119 lines (97 loc) · 3.33 KB

nf-msctf-itfqueryembedded-queryinsertembedded.md

File metadata and controls

119 lines (97 loc) · 3.33 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:msctf.ITfQueryEmbedded.QueryInsertEmbedded
ITfQueryEmbedded::QueryInsertEmbedded (msctf.h)
ITfQueryEmbedded::QueryInsertEmbedded method
ITfQueryEmbedded interface [Text Services Framework]
QueryInsertEmbedded method
ITfQueryEmbedded.QueryInsertEmbedded
ITfQueryEmbedded::QueryInsertEmbedded
QueryInsertEmbedded
QueryInsertEmbedded method [Text Services Framework]
QueryInsertEmbedded method [Text Services Framework]
ITfQueryEmbedded interface
_tsf_itfqueryembedded_queryinsertembedded_ref
msctf/ITfQueryEmbedded::QueryInsertEmbedded
tsf.itfqueryembedded_queryinsertembedded
tsf\itfqueryembedded_queryinsertembedded.htm
TSF
52f9465f-725e-493b-89ee-1b3db3cef696
12/05/2018
ITfQueryEmbedded interface [Text Services Framework],QueryInsertEmbedded method, ITfQueryEmbedded.QueryInsertEmbedded, ITfQueryEmbedded::QueryInsertEmbedded, QueryInsertEmbedded, QueryInsertEmbedded method [Text Services Framework], QueryInsertEmbedded method [Text Services Framework],ITfQueryEmbedded interface, _tsf_itfqueryembedded_queryinsertembedded_ref, msctf/ITfQueryEmbedded::QueryInsertEmbedded, tsf.itfqueryembedded_queryinsertembedded
msctf.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Msctf.idl
Msctf.dll
Windows
TSF 1.0 on Windows 2000 Professional
19H1
ITfQueryEmbedded::QueryInsertEmbedded
msctf/ITfQueryEmbedded::QueryInsertEmbedded
c++
APIRef
kbSyntax
COM
msctf.dll
ITfQueryEmbedded.QueryInsertEmbedded

ITfQueryEmbedded::QueryInsertEmbedded

-description

Determines if the active context can accept an embedded object.

-parameters

-param pguidService [in]

A GUID that identifies the service associated with the object. This value can be NULL if pFormatEtc is valid.

-param pFormatEtc [in]

Pointer to a FORMATETC structure that contains data about the object to be embedded. This value can be NULL if pguidService is valid.

-param pfInsertable [out]

Pointer to a Boolean value that receives the query result. This value receives a nonzero value if the object can be embedded, or zero otherwise.

-returns

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_INVALIDARG
One or more parameters are invalid.
TF_E_DISCONNECTED
There is no active context.

-see-also

ITfQueryEmbedded

The FORMATETC Structure