CDataRecoveryHandler::UpdateDocumentInfo

virtual BOOL UpdateDocumentInfo(
   CDocument *pDocument
);

参数

Parameter

说明

[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