CWnd::PostNcDestroy

 

调用由默认 OnNcDestroy 成员函数,在销毁后窗口。

语法

virtual void PostNcDestroy( );

备注

派生类可以为自定义清理使用此功能(如 this 指针的删除。

要求

Header: afxwin.h

请参阅

CWnd 类
层次结构图
CWnd::OnNcDestroy