Skip to content

Latest commit

 

History

History
111 lines (88 loc) · 2.94 KB

nf-msctf-itfeditsession-doeditsession.md

File metadata and controls

111 lines (88 loc) · 2.94 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.ITfEditSession.DoEditSession
ITfEditSession::DoEditSession (msctf.h)
ITfEditSession::DoEditSession method
DoEditSession
DoEditSession method [Text Services Framework]
DoEditSession method [Text Services Framework]
ITfEditSession interface
ITfEditSession interface [Text Services Framework]
DoEditSession method
ITfEditSession.DoEditSession
ITfEditSession::DoEditSession
_tsf_itfeditsession_doeditsession_ref
msctf/ITfEditSession::DoEditSession
tsf.itfeditsession_doeditsession
tsf\itfeditsession_doeditsession.htm
TSF
f89b2676-9a69-492f-be8a-96e4436d594c
12/05/2018
DoEditSession, DoEditSession method [Text Services Framework], DoEditSession method [Text Services Framework],ITfEditSession interface, ITfEditSession interface [Text Services Framework],DoEditSession method, ITfEditSession.DoEditSession, ITfEditSession::DoEditSession, _tsf_itfeditsession_doeditsession_ref, msctf/ITfEditSession::DoEditSession, tsf.itfeditsession_doeditsession
msctf.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Msctf.idl
Tipskins.dll
Windows
TSF 1.0 on Windows 2000 Professional
19H1
ITfEditSession::DoEditSession
msctf/ITfEditSession::DoEditSession
c++
APIRef
kbSyntax
COM
tipskins.dll
ITfEditSession.DoEditSession

ITfEditSession::DoEditSession

-description

Called to enable a text service to read and/or modify the contents of a context.

-parameters

-param ec [in]

Contains a TfEditCookie value that uniquely identifies the edit session. This cookie is used to access the context with methods such as ITfRange::GetText.

-returns

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_FAIL
An unspecified error occurred.

-see-also

ITfContext::RequestEditSession

ITfEditSession

ITfRange::GetText

TfEditCookie