Download this file
1 2 3 4 5 6 7 8
namespace App { extern UINT WM_TASKBAR_CREATED; HINSTANCE GetInstance(); void CloseWindow(HWND hwnd); };