Added DestroyIcon() function.
This commit is contained in:
@@ -169,6 +169,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);
|
||||||
|
DestroyIcon(hIcon);
|
||||||
|
|
||||||
LOG_TO_FILE(L"Exit from the %s() function, msg.wParam = %d", TEXT(__FUNCTION__), (int)msg.wParam);
|
LOG_TO_FILE(L"Exit from the %s() function, msg.wParam = %d", TEXT(__FUNCTION__), (int)msg.wParam);
|
||||||
CloseLogFile();
|
CloseLogFile();
|
||||||
|
|||||||
Reference in New Issue
Block a user