CWnd::OnClose

This member function is called by the framework as a signal that the CWnd object or the application is to terminate. The default implementation calls DestroyWindow.

Syntax

afx_msg void OnClose( );

At a Glance

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

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::DestroyWindow