CDataRecoveryHandler::GetRecoveredDocumentTitle

Creates and returns the title for the recovered document.

virtual CString GetRecoveredDocumentTitle(
   const CString &strDocumentTitle
) const;

Parameters

  • [in] strDocumentTitle
    The normal title for the document.

Return Value

The recovered document title.

Remarks

By default, the recovered title of a document is the normal title with [recovered] appended to it. The recovered title is displayed to the user when the CDataRecoveryHandler queries the user to restore autosaved documents.

Requirements

Header: afxdatarecovery.h

See Also

Reference

CDataRecoveryHandler Class

Hierarchy Chart

CDataRecoveryHandler::GetNormalDocumentTitle