Share via


CWinApp::CloseAllDocuments

Call this member function to close all open documents before exiting.

void CloseAllDocuments(
   BOOL bEndSession 
);

Parameters

  • bEndSession
    Specifies whether or not the Windows session is being ended. It is TRUE if the session is being ended; otherwise FALSE.

Remarks

Call HideApplication before calling CloseAllDocuments.

Requirements

Header: afxwin.h

See Also

Concepts

CWinApp Class

CWinApp Members

Hierarchy Chart

CWinApp::SaveAllModified

CWinApp::HideApplication