ReactOS 0.4.15-dev-7918-g2a2556c
ITfInsertAtSelection Interface Reference
Inheritance diagram for ITfInsertAtSelection:
Collaboration diagram for ITfInsertAtSelection:

Public Member Functions

HRESULT InsertTextAtSelection ([in] TfEditCookie ec, [in] DWORD dwFlags, [in, size_is(cch)] const WCHAR *pchText, [in] LONG cch, [out] ITfRange **ppRange)
 
HRESULT InsertEmbeddedAtSelection ([in] TfEditCookie ec, [in] DWORD dwFlags, [in] IDataObject *pDataObject, [out] ITfRange **ppRange)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Public Attributes

const DWORD TF_IAS_NOQUERY = 0x1
 
const DWORD TF_IAS_QUERYONLY = 0x2
 
const DWORD TF_IAS_NO_DEFAULT_COMPOSITION = 0x80000000
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 1464 of file msctf.idl.

Member Function Documentation

◆ InsertEmbeddedAtSelection()

HRESULT ITfInsertAtSelection::InsertEmbeddedAtSelection ( [in] TfEditCookie  ec,
[in] DWORD  dwFlags,
[in] IDataObject pDataObject,
[out] ITfRange **  ppRange 
)

◆ InsertTextAtSelection()

HRESULT ITfInsertAtSelection::InsertTextAtSelection ( [in] TfEditCookie  ec,
[in] DWORD  dwFlags,
[in, size_is(cch)] const WCHAR pchText,
[in] LONG  cch,
[out] ITfRange **  ppRange 
)

Member Data Documentation

◆ TF_IAS_NO_DEFAULT_COMPOSITION

const DWORD ITfInsertAtSelection::TF_IAS_NO_DEFAULT_COMPOSITION = 0x80000000

Definition at line 1468 of file msctf.idl.

◆ TF_IAS_NOQUERY

const DWORD ITfInsertAtSelection::TF_IAS_NOQUERY = 0x1

Definition at line 1466 of file msctf.idl.

◆ TF_IAS_QUERYONLY

const DWORD ITfInsertAtSelection::TF_IAS_QUERYONLY = 0x2

Definition at line 1467 of file msctf.idl.


The documentation for this interface was generated from the following file: