共用方式為


CDataRecoveryHandler::UpdateDocumentInfo

因為使用者已儲存它,更新檔案的相關資訊。

virtual BOOL UpdateDocumentInfo(
   CDocument *pDocument
);

參數

參數

描述

[in] pDocument

已儲存之文件的指標。

傳回值

TRUE ,則這個方法會刪除已自動儲存的檔案並更新文件資訊; FALSE ,如果發生錯誤則為。

備註

當使用者儲存文件時,應用程式會刪除加以儲存的檔案,因為不再需要它。UpdateDocumentInfo 藉由呼叫 CDataRecoveryHandler::RemoveDocumentInfo刪除加以儲存的檔案。UpdateDocumentInfo 從 pDocument 然後將資訊加入至目前開啟的檔案清單,因為資訊,不過,儲存的文件開啟的 RemoveDocumentInfo 刪除。

若要使用這個方法,在 m_dwRestartManagerSupportFlags必須設定 AFX_RESTART_MANAGER_REOPEN_PREVIOUS_FILES 。請參閱 CDataRecoveryHandler 類別m_dwRestartManagerSupportFlags 有關參數的詳細資訊。

需求

標題: afxdatarecovery.h

請參閱

參考

CDataRecoveryHandler 類別

階層架構圖

CDataRecoveryHandler::RemoveDocumentInfo