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.
Deletes the specified autosaved file.
virtual BOOL DeleteAutosavedFile(
const CString &strAutosavedFile
);
Parameters
Parameter |
Description |
[in] strAutosavedFile |
A string that contains the autosaved file name. |
Return Value
The default implementation always return TRUE.
Remarks
If this method cannot delete the autosaved file, it saves the name of the file in a list. The destructor for the CDataRecoveryHandler tries to delete each autosaved file specified in that list.
Requirements
Header: afxdatarecovery.h