Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Generates the name for an autosave file associated with the supplied document file name.
virtual CString GenerateAutosaveFileName(
const CString &strDocumentName
) const;
Parameters
- [in] strDocumentName
A string that contains the document name. GenerateAutosaveFileName uses this document name to generate a corresponding autosave file name.
Return Value
The autosave file name generated from strDocumentName.
Remarks
Each document name has a one-to-one mapping with an autosave file name.
Requirements
Header: afxdatarecovery.h