CWnd::OnClose
The framework calls this member function as a signal that the CWnd or an application is to terminate.
afx_msg void OnClose( );
Remarks
The default implementation calls DestroyWindow.
Requirements
Header: afxwin.h
The framework calls this member function as a signal that the CWnd or an application is to terminate.
afx_msg void OnClose( );
The default implementation calls DestroyWindow.
Header: afxwin.h