Added KillTimer() function.
This commit is contained in:
@@ -257,6 +257,7 @@ int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmd
|
|||||||
if (hKbdHook) UnhookWindowsHookEx(hKbdHook);
|
if (hKbdHook) UnhookWindowsHookEx(hKbdHook);
|
||||||
if (hMenu) DestroyMenu(hMenu);
|
if (hMenu) DestroyMenu(hMenu);
|
||||||
Shell_NotifyIconW(NIM_DELETE, &nid);
|
Shell_NotifyIconW(NIM_DELETE, &nid);
|
||||||
|
KillTimer(hMainWnd, IDT_TIMER);
|
||||||
DestroyIcon(hIconSmall);
|
DestroyIcon(hIconSmall);
|
||||||
DestroyIcon(hIconLarge);
|
DestroyIcon(hIconLarge);
|
||||||
HeapFree(hHeap, NULL, szWinClassBuffer);
|
HeapFree(hHeap, NULL, szWinClassBuffer);
|
||||||
|
|||||||
Reference in New Issue
Block a user