Go to the documentation of this file. 24 #ifndef __WIN32_SERVICE_H__ 25 #define __WIN32_SERVICE_H__ 28 int SCRunningAsService(
void);
29 int SCServiceInit(
int argc,
char **argv);
30 int SCServiceInstall(
int argc,
char **argv);
31 int SCServiceRemove(
int argc,
char **argv);
32 int SCServiceChangeParams(
int argc,
char **argv);