RegisterPowerSettingNotification is unnecessary.
[nssm.git] / event.h
1 #ifndef EVENT_H\r
2 #define EVENT_H\r
3 \r
4 TCHAR *error_string(unsigned long);\r
5 TCHAR *message_string(unsigned long);\r
6 void log_event(unsigned short, unsigned long, ...);\r
7 void print_message(FILE *, unsigned long, ...);\r
8 int popup_message(HWND, unsigned int, unsigned long, ...);\r
9 \r
10 #endif\r