CWnd::PostNcDestroy

 

Called by the default OnNcDestroy member function after the window has been destroyed.

Syntax

virtual void PostNcDestroy( );

Remarks

Derived classes can use this function for custom cleanup such as the deletion of the this pointer.

Requirements

Header: afxwin.h

See Also

CWnd Class
Hierarchy Chart
CWnd::OnNcDestroy