共用方式為


CDataRecoveryHandler::CreateDocumentInfo

將文件加入至開啟的文件清單。

virtual BOOL CreateDocumentInfo(
   CDocument *pDocument
);

參數

參數

描述

[in] pDocument

CDocument的指標。 這個方法會建立這個 CDocument文件的資訊。

傳回值

預設實作會傳回 TRUE。

備註

這個方法會檢查 pDocument 是否已經在文件清單,再加入文件。 如果 pDocument 已經在 清單中,會自動儲存的檔案與 pDocument的這個方法會刪除。

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

需求

標題: afxdatarecovery.h

請參閱

參考

CDataRecoveryHandler 類別

階層架構圖

CDocument 類別

CDataRecoveryHandler::UpdateDocumentInfo

CDataRecoveryHandler::RemoveDocumentInfo