CWnd::OnNcDestroy

This member function is called by the framework when the nonclient area is being destroyed, and is the last member function called when the Windows window is destroyed.

Syntax

afx_msg void OnNcDestroy( );

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, CWnd::Default, CWnd::PostNcDestroy