CWinApp::m_pDataRecoveryHandler
Visual Studio 2012
Pointer to the data recovery handler for the application.
CDataRecoveryHandler* m_pDataRecoveryHandler;
The data recovery handler of an application monitors open documents and autosaves them. The framework uses the data recovery handler to restore autosaved files when an application restarts after it exits unexpectedly. For more information, see CDataRecoveryHandler Class.