iTfContext::CreateRangeBackup 方法 (msctf.h)
建立範圍的備份。
語法
HRESULT CreateRangeBackup(
[in] TfEditCookie ec,
[in] ITfRange *pRange,
[out] ITfRangeBackup **ppBackup
);
參數
[in] ec
包含可識別編輯會話的編輯 Cookie。 這是傳遞至 ITfEditSession::D oEditSession 的值。
[in] pRange
要備份之 ITfRange 物件的指標。
[out] ppBackup
接收 pRange 備份之 ITfRangeBackup 介面指標的指標。
傳回值
這個方法可以傳回下列其中一個值。
值 | 描述 |
---|---|
|
此方法成功。 |
|
ec 中的 Cookie 無效。 |
|
內容不在檔堆疊上。 |
|
一或多個參數無效。 |
|
發生記憶體配置失敗。 |
|
發生未指定的錯誤。 |
備註
這個方法會建立範圍複本,可用來還原 ITfRangeBackup::Restore 中的數據。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 專業版 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows 2000 Server [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | msctf.h |
Dll | Msctf.dll |
可轉散發套件 | Windows 2000 專業版上的 TSF 1.0 |
另請參閱
ITfContext 介面、ITfEditSession::D oEditSession、ITfRange 介面、ITfRangeBackup 介面、ITfRangeBackup::Restore、Ranges:Clones and Backups