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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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