CWinApp::SaveAllModified

This member function is 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.

Syntax

virtual BOOL SaveAllModified( );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWinApp Overview, CWinApp Member Functions, Application Architecture Classes