[go: up one dir, main page]

Menu

[r66]: / trunk / DisplayPowerOff / App.h  Maximize  Restore  History

Download this file

12 lines (8 with data), 207 Bytes

 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);
};