Поделиться через


CWnd::PostNcDestroy

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

virtual void PostNcDestroy( );

Заметки

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

Требования

Header: afxwin.h

См. также

Основные понятия

CWnd Class

CWnd Members

Hierarchy Chart

CWnd::OnNcDestroy