CWnd::PostNcDestroy
调用由默认 OnNcDestroy 成员函数,在销毁后窗口。
virtual void PostNcDestroy( );
备注
派生类可以为自定义清理使用此功能(如 this 指针的删除。
要求
Header: afxwin.h
调用由默认 OnNcDestroy 成员函数,在销毁后窗口。
virtual void PostNcDestroy( );
派生类可以为自定义清理使用此功能(如 this 指针的删除。
Header: afxwin.h