[go: up one dir, main page]

Menu

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

Download this file

9 lines (6 with data), 118 Bytes

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