2002-12-16 22:34:50 +00:00
|
|
|
|
|
|
|
// function declarations
|
|
|
|
int UtilGetRegKey(char *name, DWORD &keyval);
|
|
|
|
int UtilSetRegKey(char *name, DWORD value);
|
|
|
|
int UtilGetRegStr(char *name, char *str);
|
2003-02-04 01:07:19 +00:00
|
|
|
int UtilSetRegStr(char *name, char *str);
|
|
|
|
int UtilSetRegStartupStr(char *name, char *str);
|
2002-12-16 22:34:50 +00:00
|
|
|
int UtilInitOSVersion( void );
|
2003-02-28 18:56:20 +00:00
|
|
|
|
|
|
|
#define START_SS_MSG "BOINC_SS_START"
|
|
|
|
#define SHOW_WIN_MSG "BOINC_SHOW_MESSAGE"
|
|
|
|
#define RUN_MUTEX "BOINC_MUTEX"
|
2003-03-04 00:43:54 +00:00
|
|
|
#define NET_ACTIVITY_MSG "BOINC_NET_ACTIVITY"
|
2003-03-19 19:15:23 +00:00
|
|
|
|
|
|
|
#define REG_BLANK_NAME "Blank"
|
|
|
|
#define REG_BLANK_TIME "Blank Time"
|