[go: up one dir, main page]

Menu

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

Download this file

11 lines (7 with data), 175 Bytes

1
2
3
4
5
6
7
8
9
namespace App
{
const auto WM_DISPLAY_OFF = WM_APP + 100;
const auto WM_TRAY_ICON = WM_APP + 101;
extern HINSTANCE Instance;
void CloseWindow(HWND hWnd);
};