Exemplo n.º 1
0
PreTranslateWindow::~PreTranslateWindow()
{
	unregister_pretranslate(_hwnd);
}
Exemplo n.º 2
0
TrayNotifyDlg::~TrayNotifyDlg()
{
	KillTimer(_hwnd, 0);
	unregister_pretranslate(_hwnd);
	ImageList_Destroy(_himl);
}