Download this file
1 2 3 4 5 6 7 8 9 10 11
namespace App { const auto WM_DISPLAY_OFF = WM_APP + 100; const auto WM_TRAY_ICON = WM_APP + 101; extern UINT WM_TASKBAR_CREATED; HINSTANCE GetInstance(); void CloseWindow(HWND hwnd); };