mirror of https://github.com/BOINC/boinc.git
9 lines
280 B
C
Executable File
9 lines
280 B
C
Executable File
|
|
// function declarations
|
|
int UtilGetRegKey(char *name, DWORD &keyval);
|
|
int UtilSetRegKey(char *name, DWORD value);
|
|
int UtilGetRegStr(char *name, char *str);
|
|
int UtilSetRegStr(char *name, char *str);
|
|
int UtilSetRegStartupStr(char *name, char *str);
|
|
int UtilInitOSVersion( void );
|