CWinApp::SaveAllModified
Visual Studio 2012
Called by the framework to save all documents when the application's main frame window is to be closed, or through a WM_QUERYENDSESSION message.
virtual BOOL SaveAllModified( );
The default implementation of this member function calls the CDocument::SaveModified member function in turn for all modified documents within the application.