ITfRangeBackup::Restore method
Syntax
HRESULT Restore( [in] TfEditCookie ec, [in] ITfRange *pRange );
Parameters
- ec [in]
-
Contains an edit cookie that identifies the edit session. This is the value passed to ITfEditSession::DoEditSession.
- pRange [in]
-
Pointer to an ITfRange object that receives the backup information. If this parameter is NULL, the backup information is restored into a copy of the range originally backed up by ITfContext::CreateRangeBackup.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
The context is not on a document stack. |
|
The edit cookie specified by ec is invalid. |
|
An unspecified error occurred. |
|
pRange is invalid. |
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
- ITfRangeBackup
- ITfContext::CreateRangeBackup
- ITfEditSession::DoEditSession
- ITfRange
- Ranges: Clones and Backups