18.VC(custom) - 창을 제거할 적기

스스로 이 글을 보고 매우 좋다고 생각해서 돌려서 모두가 공유하였는데, 사실 msdn에destroying 윈도우즈를 입력하여 검색하면 발견할 수 있다
Called by the default OnNcDestroy member function after the window has been destroyed.(PostNcDestroy () 창이 삭제된 후 OnNcDestroy 구성원 함수에 호출되어 PostNcDestroy () 에서 자원을 방출할 수 있습니다)
 
virtual void PostNcDestroy( );

Remarks
Derived classes can use this function for custom cleanup such as the deletion of the this pointer.
(파생류는 PostNcDestroy()를 사용하여 rhis 포인터를 삭제하는 등 사용자 정의 청소를 할 수 있다. ------>영어가 엉망이야. 어차피 이런 뜻이야. 헤헤, 벽돌을 치지 마.
http://msdn.microsoft.com/en-us/library/5zba4hah.aspx

좋은 웹페이지 즐겨찾기