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


CDialogImpl::OnFinalMessage

Called after receiving the last message (typically WM_NCDESTROY).

virtual void OnFinalMessage(
   HWND hWnd 
);

Параметры

  • hWnd
    [in] A handle to the window being destroyed.

Заметки

Note that if you want to automatically delete your object upon the window destruction, you can call delete this; here.

Требования

Header: atlwin.h

См. также

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

CDialogImpl Class

CDialogImpl Members

CDialogImpl::GetDialogProc