ITfContext::GetEnd method
Syntax
HRESULT GetEnd(
[in] TfEditCookie ec,
[out] ITfRange **ppEnd
);
Parameters
- ec [in]
-
Contains an edit cookie that identifies the edit session. This is the value passed to ITfEditSession::DoEditSession.
- ppEnd [out]
-
Pointer to an ITfRange interface pointer that receives an empty range positioned at the end of the document.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
The cookie in ec is invalid. |
|
The context is not on a document stack. |
|
One or more parameters are invalid. |
|
The context owner does not implement this method. |
|
A memory allocation failure occurred. |
|
An unspecified error occurred. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also