Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Called after receiving the last message (typically WM_NCDESTROY).
virtual void OnFinalMessage(
HWND hWnd
);
Parameters
- hWnd
[in] A handle to the window being destroyed.
Remarks
The default implementation of OnFinalMessage does nothing, but you can override this function to handle cleanup before destroying a window. If you want to automatically delete your object upon the window destruction, you can call delete this; in this function.
Requirements
Header: atlwin.h