|
HRESULT | RequestEditSession ([in] TfClientId tid, [in] ITfEditSession *pes, [in] DWORD dwFlags, [out] HRESULT *phrSession) |
|
HRESULT | InWriteSession ([in] TfClientId tid, [out] BOOL *pfWriteSession) |
|
HRESULT | GetSelection ([in] TfEditCookie ec, [in] ULONG ulIndex, [in] ULONG ulCount, [out, size_is(ulCount), length_is(*pcFetched)] TF_SELECTION *pSelection, [out] ULONG *pcFetched) |
|
HRESULT | SetSelection ([in] TfEditCookie ec, [in] ULONG ulCount, [in, size_is(ulCount)] const TF_SELECTION *pSelection) |
|
HRESULT | GetStart ([in] TfEditCookie ec, [out] ITfRange **ppStart) |
|
HRESULT | GetEnd ([in] TfEditCookie ec, [out] ITfRange **ppEnd) |
|
HRESULT | GetActiveView ([out] ITfContextView **ppView) |
|
HRESULT | EnumViews ([out] IEnumTfContextViews **ppEnum) |
|
HRESULT | GetStatus ([out] TF_STATUS *pdcs) |
|
HRESULT | GetProperty ([in] REFGUID guidProp, [out] ITfProperty **ppProp) |
|
HRESULT | GetAppProperty ([in] REFGUID guidProp, [out] ITfReadOnlyProperty **ppProp) |
|
HRESULT | TrackProperties ([in, size_is(cProp)] const GUID **prgProp, [in] ULONG cProp, [in, size_is(cAppProp)] const GUID **prgAppProp, [in] ULONG cAppProp, [out] ITfReadOnlyProperty **ppProperty) |
|
HRESULT | EnumProperties ([out] IEnumTfProperties **ppEnum) |
|
HRESULT | GetDocumentMgr ([out] ITfDocumentMgr **ppDm) |
|
HRESULT | CreateRangeBackup ([in] TfEditCookie ec, [in] ITfRange *pRange, [out] ITfRangeBackup **ppBackup) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 427 of file msctf.idl.