Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Note that if you want to automatically delete your object upon the window destruction, you can call delete this; here.
Requirements
Header: atlwin.h