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.
Determines if the active context can accept an embedded object.
Syntax
HRESULT QueryInsertEmbedded(
[in] const GUID *pguidService,
[in] const FORMATETC *pFormatEtc,
[out] BOOL *pfInsertable
);
Parameters
[in] pguidService
A GUID that identifies the service associated with the object. This value can be NULL if pFormatEtc is valid.
[in] pFormatEtc
Pointer to a FORMATETC structure that contains data about the object to be embedded. This value can be NULL if pguidService is valid.
[out] pfInsertable
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.
Return value
This method can return one of these values.
Value | Description |
---|---|
|
The method was successful. |
|
One or more parameters are invalid. |
|
There is no active context. |
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 |
DLL | Msctf.dll |
Redistributable | TSF 1.0 on Windows 2000 Professional |