The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITfEditSession::DoEditSession method
Syntax
HRESULT DoEditSession(
[in] TfEditCookie ec
);
Parameters
- 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.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
An unspecified error occurred. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: