Share via


CDataRecoveryHandler::GetNormalDocumentTitle

Retrieves the normal title for the specified document.

virtual CString GetNormalDocumentTitle(
   CDocument *pDocument
);

Parameters

Parameter

Description

[in] pDocument

A pointer to a CDocument.

Return Value

The normal title for the specified document.

Remarks

The normal title of a document is usually the file name of the document without the path. This is the title in the File name field of the Save As dialog box.

Requirements

Header: afxdatarecovery.h

See Also

Reference

CDataRecoveryHandler Class

Hierarchy Chart