Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
virtualBOOLSaveAllModified();
Return Value
Nonzero if safe to terminate the application; 0 if not safe to terminate the application.
Remarks
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.
The default implementation of this member function calls the CDocument::SaveModified member function in turn for all modified documents within the application.